about summary refs log tree commit diff
path: root/sysdeps/unix/pt-fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/pt-fcntl.c')
-rw-r--r--sysdeps/unix/pt-fcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/pt-fcntl.c b/sysdeps/unix/pt-fcntl.c
index 8113d52b86..3d64054dd0 100644
--- a/sysdeps/unix/pt-fcntl.c
+++ b/sysdeps/unix/pt-fcntl.c
@@ -37,7 +37,7 @@ fcntl_compat (int fd, int cmd, ...)
   va_start (ap, cmd);
   arg = va_arg (ap, void *);
   va_end (ap);
-  return __libc_fcntl (fd, cmd, arg);
+  return __libc_fcntl64 (fd, cmd, arg);
 }
 
 weak_alias (fcntl_compat, fcntl_alias)