Преглед на файлове

Make use of fcntl64 syscall if possible

Peter S. Mazinger преди 18 години
родител
ревизия
7ce8f67d27
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      libc/misc/file/lockf64.c

+ 2 - 0
libc/misc/file/lockf64.c

@@ -38,8 +38,10 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <string.h>
+#include <sys/syscall.h>
 
 #ifdef __NR_fcntl64
+extern int fcntl64 (int fd, int cmd, ...);
 #define flock flock64
 #define fcntl fcntl64
 #define F_GETLK F_GETLK64