https://bugs.kde.org/show_bug.cgi?id=516748
--- Comment #2 from Paul Floyd <[email protected]> --- There are not many syscall wrappers that use posix returns. In the kernel kern_posix_error() is used to change how the return is done. I only see that used for posix_fadvise, posix_fallocate and clock_nanosleep. The last one has no fd checks, so it looks like this is done for FreeBSD. Just need to check Darwin and Solaris. -- You are receiving this mail because: You are watching all bug changes.
