diff options
Diffstat (limited to 'libc/misc/file/lockf64.c')
-rw-r--r-- | libc/misc/file/lockf64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/file/lockf64.c b/libc/misc/file/lockf64.c index ba3887329..e4f6f5cce 100644 --- a/libc/misc/file/lockf64.c +++ b/libc/misc/file/lockf64.c @@ -32,7 +32,7 @@ #define F_GETLK F_GETLK64 #undef F_SETLK #define F_SETLK F_SETLK64 -libc_hidden_proto(fcntl64) +/* libc_hidden_proto(fcntl64) */ #else /* libc_hidden_proto(fcntl) */ #endif @@ -42,7 +42,7 @@ libc_hidden_proto(fcntl64) /* lockf is a simplified interface to fcntl's locking facilities. */ -libc_hidden_proto(lockf64) +/* libc_hidden_proto(lockf64) */ int lockf64 (int fd, int cmd, off64_t len64) { struct flock fl; |