summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-14 20:27:04 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-14 20:27:04 +0000
commit979c7857dbe08dde22070e42deab40e233a9537a (patch)
tree852b94543e880a90c1b360f84ea8bcebbb904d0f /libc
parentd95fee520b686b6dd3e3560e60cf26fd0fda6b61 (diff)
get rid of fcntl64 jump reloc
Diffstat (limited to 'libc')
-rw-r--r--libc/misc/file/lockf64.c2
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. */