]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/generic/not-cancel.h
Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
[thirdparty/glibc.git] / sysdeps / generic / not-cancel.h
index 19ad8cbc4c475af2856e1b643a13471f71addff4..d9f8a75dbda85ed5ff228ead6914891405700b41 100644 (file)
@@ -51,7 +51,7 @@
   __pause ()
 #define __nanosleep_nocancel(requested_time, remaining) \
   __nanosleep (requested_time, remaining)
-#define __fcntl_nocancel(fd, cmd, ...) \
-  __fcntl (fd, cmd, __VA_ARGS__)
+#define __fcntl64_nocancel(fd, cmd, ...) \
+  __fcntl64 (fd, cmd, __VA_ARGS__)
 
 #endif /* NOT_CANCEL_H  */