musl/src/fcntl
Rich Felker 4e8b0938d9 proper error handling for fcntl F_GETOWN on modern kernels
on old kernels, there's no way to detect errors; we must assume
negative syscall return values are pgrp ids. but if the F_GETOWN_EX
fcntl works, we can get a reliable answer.
2012-06-20 22:16:47 -04:00
..
creat.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fcntl.c proper error handling for fcntl F_GETOWN on modern kernels 2012-06-20 22:16:47 -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