1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Remove __ASSUME_CLONE_THREAD_FLAGS.

This commit is contained in:
Joseph Myers
2012-08-14 22:34:04 +00:00
parent dee7d1e9d0
commit f2c05b9ecf
10 changed files with 30 additions and 29 deletions

View File

@ -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