Explorar el Código

disable redirect for fcntl64 until a good way is found

Peter S. Mazinger hace 20 años
padre
commit
e110e26c59
Se han modificado 1 ficheros con 1 adiciones y 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.  */