aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/ia64/kernel-features.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-08-03 13:42:47 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-08-03 13:42:47 +0000
commit7aab07e4e57334af621797aa43c2d71ad488b7cd (patch)
treed35d115bb839625e3dcc2bd5e6052f0dcaac704d /ports/sysdeps/unix/sysv/linux/ia64/kernel-features.h
parentfe58a6517dcfc9e0466fb71954f999a268d71060 (diff)
downloadglibc-7aab07e4e57334af621797aa43c2d71ad488b7cd.tar
glibc-7aab07e4e57334af621797aa43c2d71ad488b7cd.tar.gz
glibc-7aab07e4e57334af621797aa43c2d71ad488b7cd.tar.bz2
glibc-7aab07e4e57334af621797aa43c2d71ad488b7cd.zip
Remove pre-2.6.0 Linux kernel support (bug 13717).
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/ia64/kernel-features.h')
-rw-r--r--ports/sysdeps/unix/sysv/linux/ia64/kernel-features.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/ia64/kernel-features.h b/ports/sysdeps/unix/sysv/linux/ia64/kernel-features.h
index f8dc4812cf..061a86df5a 100644
--- a/ports/sysdeps/unix/sysv/linux/ia64/kernel-features.h
+++ b/ports/sysdeps/unix/sysv/linux/ia64/kernel-features.h
@@ -22,9 +22,7 @@
/* The late 2.5 kernels saw a lot of new CLONE_* flags. Summarize
their availability with one define. */
-#if __LINUX_KERNEL_VERSION >= 132416
-# define __ASSUME_CLONE_THREAD_FLAGS 1
-#endif
+#define __ASSUME_CLONE_THREAD_FLAGS 1
/* The utimes syscall has been available for some architectures
forever. */