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
..
2011-02-12 00:22:29 -05:00
2015-04-21 13:34:58 -04:00