remove dead case for F_SETLKW in fcntl
authorRich Felker <dalias@aerifal.cx>
Tue, 21 Apr 2015 17:34:58 +0000 (13:34 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 21 Apr 2015 17:34:58 +0000 (13:34 -0400)
commitea1b6bb6123d2177508ddca438669ec96cfa0021
treec7e7e9e2d99fc05daa53e45742b4c9eaae3c5384
parent086793ad99dc625fd1c47f96fc31ea8aa316b438
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.
src/fcntl/fcntl.c