Lind-Project / native_client

native_client trusted code base
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Dispatcher Errno Fix #75

Closed rennergade closed 2 years ago

rennergade commented 2 years ago

This changes the dispatcher macros to:

  1. Handle errnos correctly
  2. Use different errno handlers for syscalls such as mmap which return addresses.
kapkic commented 2 years ago

Looks good to me