summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-14 03:45:34 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-14 03:45:34 +0000
commite110e26c5917c66f67f3ca4fa54badfc90cdbca7 (patch)
tree859ea80114f93a46248aefb0f2e03d4118d23567 /libc
parent4339855440f2cbc552e94686e5eebfb84a8effbb (diff)
disable redirect for fcntl64 until a good way is found
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 be5fc6c07..9ade1f9cd 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(fcntl)
libc_hidden_proto(getpid)
/* lockf is a simplified interface to fcntl's locking facilities. */