Quellcode durchsuchen

disable redirect for fcntl64 until a good way is found

Peter S. Mazinger vor 20 Jahren
Ursprung
Commit
e110e26c59
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.  */