flock() is neither POSIX, nor available in BeOS.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5265 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-11-06 00:15:54 +00:00
parent 48a7b199b7
commit 40df5bb2e8
1 changed files with 0 additions and 1 deletions

View File

@ -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
}