diff options
Diffstat (limited to 'src/unistd/lockf.c')
| -rw-r--r-- | src/unistd/lockf.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/lockf.c b/src/unistd/lockf.c deleted file mode 100644 index f2a8b968..00000000 --- a/src/unistd/lockf.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include <unistd.h> - -int lockf(int fildes, int function, off_t size) -{ - return 0; -} - -/* -XOPEN(400) -*/ - - -#endif |
