Forráskód Böngészése

get rid of fcntl64 jump reloc

Peter S. Mazinger 19 éve
szülő
commit
979c7857db
1 módosított fájl, 1 hozzáadás és 1 törlés
  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(fcntl64)
 libc_hidden_proto(getpid)
 
 /* lockf is a simplified interface to fcntl's locking facilities.  */