diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-14 22:34:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-14 22:34:04 +0000 |
commit | f2c05b9ecf4493d2b25c25fcd75aed0ec60cc473 (patch) | |
tree | 8d6b59837e4a1e0adec91093a32ed32df2e9a8b6 /sysdeps/unix/sysv/linux/kernel-features.h | |
parent | dee7d1e9d063dfd1bdbbd44110c5ce36adbc8ba5 (diff) | |
download | glibc-f2c05b9ecf4493d2b25c25fcd75aed0ec60cc473.tar.gz glibc-f2c05b9ecf4493d2b25c25fcd75aed0ec60cc473.tar.xz glibc-f2c05b9ecf4493d2b25c25fcd75aed0ec60cc473.zip |
Remove __ASSUME_CLONE_THREAD_FLAGS.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index bf81c4a07f..0aa01c95ba 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -92,17 +92,6 @@ # define __ASSUME_MMAP2_SYSCALL 1 #endif -/* The late 2.5 kernels saw a lot of new CLONE_* flags. Summarize - their availability with one define. The changes were made first - for i386 and the have to be done separately for the other archs. - For i386 we pick 2.5.50 as the first version with support. - For s390*, SPARC, PPC, x86-64, and SH we pick 2.5.64 as the first - version with support. */ -#if (defined __i386__ || defined __s390__ || defined __sparc__ \ - || defined __powerpc__ || defined __x86_64__ || defined __sh__) -# define __ASSUME_CLONE_THREAD_FLAGS 1 -#endif - /* Beginning with 2.5.63 support for realtime and monotonic clocks and timers based on them is available. */ #define __ASSUME_POSIX_TIMERS 1 |