pooka
0aac2843ad
Add syscall type NOERR which signals that a system call is STD but
does not return an errno the usual way. The main use case is to fix the posix_fadvise() rump stub (yes, posix_fadvise is a bit special... bologna). The list of NOERR syscalls currently matches the libc NOERR list (and the libc Makefile can in the future be autogenerated from this info). Problem spotted by, *shocker*, the automated test runs, specifically the posix_fadvise test.
…
…
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%