mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Add 'defined'.
This commit is contained in:
parent
6f0b2e1f0f
commit
cdd59f155c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user