musl/src/fcntl
Rich Felker 8e8ddeff7e fix F_GETOWN return value handling
the fcntl syscall can return a negative value when the command is
F_GETOWN, and this is not an error code but an actual value. thus we
must special-case it and avoid calling __syscall_ret to set errno.
this fix is better than the glibc fix (using F_GETOWN_EX) which only
works on newer kernels and is more complex.
2011-10-09 22:51:03 -04:00
..
creat.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fcntl.c fix F_GETOWN return value handling 2011-10-09 22:51:03 -04:00
open.c overhaul pthread cancellation 2011-04-17 11:43:03 -04:00
openat.c overhaul pthread cancellation 2011-04-17 11:43:03 -04:00
posix_fadvise.c update syscalls with off_t arguments to handle argument alignment, if needed 2011-09-21 20:11:10 -04:00
posix_fallocate.c update syscalls with off_t arguments to handle argument alignment, if needed 2011-09-21 20:11:10 -04:00