Explorar o código

disable redirect for fcntl64 until a good way is found

Peter S. Mazinger %!s(int64=20) %!d(string=hai) anos
pai
achega
e110e26c59
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.  */