diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-01 21:27:58 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-01 21:27:58 +0000 |
commit | 23bddc0668391d97710f7d10c8cb04dc305112ea (patch) | |
tree | 0adaa0c734216915579c5da84dfb4fe87fc53874 /sysdeps/unix/sysv/linux/kernel-features.h | |
parent | a9f1039f0a6a3b5e453107ae2e4c5deff0926ea6 (diff) | |
download | glibc-23bddc0668391d97710f7d10c8cb04dc305112ea.tar.gz glibc-23bddc0668391d97710f7d10c8cb04dc305112ea.tar.xz glibc-23bddc0668391d97710f7d10c8cb04dc305112ea.zip |
Remove __ASSUME_FCNTL64.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 7357165618..e97539ba85 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -82,20 +82,6 @@ # define __ASSUME_ST_INO_64_BIT 1 #endif -/* To support locking of large files a new fcntl() syscall was introduced - in 2.4.0-test7. */ -#if defined __i386__ || defined __sparc__ -# define __ASSUME_FCNTL64 1 -#endif - -/* Arm got fcntl64 in 2.4.4, PowerPC and SH have it also in 2.4.4 (I - don't know when it got introduced). But PowerPC64 does not support - separate FCNTL64 call, FCNTL is already 64-bit */ -#if (defined __powerpc__ || defined __sh__) \ - && !defined __powerpc64__ -# define __ASSUME_FCNTL64 1 -#endif - /* The getdents64 syscall was introduced in 2.4.0-test7 (but later for MIPS n32). */ #define __ASSUME_GETDENTS64_SYSCALL 1 |