mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Add 'defined'.
This commit is contained in:
parent
6f0b2e1f0f
commit
cdd59f155c
@ -311,7 +311,7 @@
|
|||||||
with support. */
|
with support. */
|
||||||
#if __LINUX_KERNEL_VERSION >= 132416 \
|
#if __LINUX_KERNEL_VERSION >= 132416 \
|
||||||
&& (defined __ia64__ || defined __s390__ || defined __powerpc__ \
|
&& (defined __ia64__ || defined __s390__ || defined __powerpc__ \
|
||||||
|| defined __x86_64__ || __sh__)
|
|| defined __x86_64__ || defined __sh__)
|
||||||
# define __ASSUME_CLONE_THREAD_FLAGS 1
|
# define __ASSUME_CLONE_THREAD_FLAGS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user