diff --git a/headers/posix/fcntl.h b/headers/posix/fcntl.h index c424686076..190f38be7e 100644 --- a/headers/posix/fcntl.h +++ b/headers/posix/fcntl.h @@ -80,7 +80,6 @@ extern int open(const char *pathname, int oflags, ...); is passed in oflags */ extern int fcntl(int fd, int op, ...); -extern int flock(int fd, int op); #ifdef __cplusplus }