OSDN Git Service

get rid of fcntl64 jump reloc
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 14 Jan 2006 20:27:04 +0000 (20:27 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Sat, 14 Jan 2006 20:27:04 +0000 (20:27 -0000)
libc/misc/file/lockf64.c

index 9ade1f9..5c728d7 100644 (file)
@@ -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.  */