From 40df5bb2e8724a4f5f15600bcd666ce6bc815d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 6 Nov 2003 00:15:54 +0000 Subject: [PATCH] flock() is neither POSIX, nor available in BeOS. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5265 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/fcntl.h | 1 - 1 file changed, 1 deletion(-) 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 }