musl/src/fcntl
Rich Felker ea1b6bb612 remove dead case for F_SETLKW in fcntl
the first switch already returns in the F_SETLKW code path so it need
not be handled in the second switch. moreover the code in the second
switch is wrong for the F_SETLKW command: it's not cancellable.
2015-04-21 13:34:58 -04:00
..
creat.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fcntl.c remove dead case for F_SETLKW in fcntl 2015-04-21 13:34:58 -04:00
open.c fix failure of open to read variadic mode argument for O_TMPFILE 2014-10-30 20:03:56 -04:00
openat.c fix uninitialized mode variable in openat function 2014-10-31 15:35:24 -04:00
posix_fadvise.c add some missing LFS64 aliases for fadvise/fallocate functions 2014-01-06 21:31:17 -05:00
posix_fallocate.c add some missing LFS64 aliases for fadvise/fallocate functions 2014-01-06 21:31:17 -05:00