diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-01 21:32:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-01 21:32:04 +0000 |
commit | 26889eacc24cd9f0cb37c5a67beac1a0ba709adf (patch) | |
tree | 04fbc7fb5e7200f1075a0f57bf073713a937b518 /sysdeps/unix/sysv/linux/kernel-features.h | |
parent | 033d54a2d43a92cdb1794a4dfece4d465cf36f6b (diff) | |
download | glibc-26889eacc24cd9f0cb37c5a67beac1a0ba709adf.tar.gz glibc-26889eacc24cd9f0cb37c5a67beac1a0ba709adf.tar.xz glibc-26889eacc24cd9f0cb37c5a67beac1a0ba709adf.zip |
Remove __ASSUME_POSIX_CPU_TIMERS.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 33fca5c4f6..61bf32d1b2 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -57,9 +57,6 @@ MIPS n32). */ #define __ASSUME_GETDENTS64_SYSCALL 1 -/* Beginning with 2.6.12 the clock and timer supports CPU clocks. */ -#define __ASSUME_POSIX_CPU_TIMERS 1 - /* The statfs64 syscalls are available in 2.5.74 (but not for alpha). */ #define __ASSUME_STATFS64 1 |