summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390/bits/fcntl.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-11-16 18:07:33 +0100
committerAndreas Schwab <schwab@redhat.com>2009-11-16 18:07:33 +0100
commit82e87e05c7ba3748c7f64b7a887908cd6ac9e40c (patch)
tree01be2aeead555597cdcec20786de7977bec16af9 /sysdeps/unix/sysv/linux/s390/bits/fcntl.h
parented26dd532e36429cbc6e60ae3be41719be9a5b89 (diff)
parentdacc52e1922491a3b0e613a8be2d488871315114 (diff)
Merge commit 'glibc-2.10.2' into fedora/2.10/master
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/bits/fcntl.h')
-rw-r--r--sysdeps/unix/sysv/linux/s390/bits/fcntl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/bits/fcntl.h b/sysdeps/unix/sysv/linux/s390/bits/fcntl.h
index ff5941df65..54c4c52751 100644
--- a/sysdeps/unix/sysv/linux/s390/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/s390/bits/fcntl.h
@@ -260,8 +260,8 @@ extern ssize_t tee (int __fdin, int __fdout, size_t __len,
extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
# else
# ifdef __REDIRECT
-extern int __REDIRECT (fallocate, (int __fd, int __mode, __off_t __offset,
- __off_t __len),
+extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
+ __off64_t __len),
fallocate64);
# else
# define fallocate fallocate64