mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
3ae18fdfbc
Linux has the convention of returning -ERRNO to flag errors from its system calls. Sometimes other negative values are returned that are success... However, only values -1 to -4096 (inclusive) are really errors. The rest are either truncated values that only look negative (so use long instead of int), or are things like addresses or legal unsigned file offsets or similar that are successful returns. Filter out the latter. Sponsored by: Netflix |
||
---|---|---|
.. | ||
arch | ||
host_syscall.h | ||
termios_gen.h | ||
termios.h |