mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add 'defined'.
This commit is contained in:
@ -311,7 +311,7 @@
|
||||
with support. */
|
||||
#if __LINUX_KERNEL_VERSION >= 132416 \
|
||||
&& (defined __ia64__ || defined __s390__ || defined __powerpc__ \
|
||||
|| defined __x86_64__ || __sh__)
|
||||
|| defined __x86_64__ || defined __sh__)
|
||||
# define __ASSUME_CLONE_THREAD_FLAGS 1
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user