about summary refs log tree commit diff
path: root/src/fcntl/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl/fcntl.c')
-rw-r--r--src/fcntl/fcntl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fcntl/fcntl.c b/src/fcntl/fcntl.c
index 2c4f5351..ce615d0e 100644
--- a/src/fcntl/fcntl.c
+++ b/src/fcntl/fcntl.c
@@ -39,7 +39,6 @@ int fcntl(int fd, int cmd, ...)
 	}
 	switch (cmd) {
 	case F_SETLK:
-	case F_SETLKW:
 	case F_GETLK:
 	case F_GETOWN_EX:
 	case F_SETOWN_EX: