Add 'defined'.

This commit is contained in:
Ulrich Drepper 2004-05-03 20:47:12 +00:00
parent 6f0b2e1f0f
commit cdd59f155c
1 changed files with 1 additions and 1 deletions

View File

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