Browse Source

get rid of fcntl64 jump reloc

Peter S. Mazinger 19 năm trước cách đây
mục cha
commit
979c7857db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.  */