diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 20:27:04 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 20:27:04 +0000 |
commit | 979c7857dbe08dde22070e42deab40e233a9537a (patch) | |
tree | 852b94543e880a90c1b360f84ea8bcebbb904d0f /libc/misc/file | |
parent | d95fee520b686b6dd3e3560e60cf26fd0fda6b61 (diff) |
get rid of fcntl64 jump reloc
Diffstat (limited to 'libc/misc/file')
-rw-r--r-- | libc/misc/file/lockf64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/file/lockf64.c b/libc/misc/file/lockf64.c index 9ade1f9cd..5c728d731 100644 --- a/libc/misc/file/lockf64.c +++ b/libc/misc/file/lockf64.c @@ -50,7 +50,7 @@ libc_hidden_proto(lockf64) libc_hidden_proto(memset) -//libc_hidden_proto(fcntl) +libc_hidden_proto(fcntl64) libc_hidden_proto(getpid) /* lockf is a simplified interface to fcntl's locking facilities. */ |