• R
    remove dead case for F_SETLKW in fcntl · ea1b6bb6
    Rich Felker 提交于
    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.
    ea1b6bb6
fcntl.c 1.3 KB