Browse Source

disable redirect for fcntl64 until a good way is found

Peter S. Mazinger 19 years ago
parent
commit
e110e26c59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/file/lockf64.c

+ 1 - 1
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.  */