diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-20 18:55:26 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-20 18:56:57 +0200 |
commit | f5e196b5a0174ed23b739879c0a513ec762b7920 (patch) | |
tree | 8d80a62d66d6c9c2e0e995260fe0cf4a40dc043a /sysdeps | |
parent | 9ec7fff6cd2232a1842f9b7be142805622ec2b48 (diff) | |
download | glibc-f5e196b5a0174ed23b739879c0a513ec762b7920.tar glibc-f5e196b5a0174ed23b739879c0a513ec762b7920.tar.gz glibc-f5e196b5a0174ed23b739879c0a513ec762b7920.tar.bz2 glibc-f5e196b5a0174ed23b739879c0a513ec762b7920.zip |
Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>
This macro is always defined on Linux.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/htl/include/pthread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/htl/include/pthread.h b/sysdeps/htl/include/pthread.h index a9c0e58b00..f040c2f957 100644 --- a/sysdeps/htl/include/pthread.h +++ b/sysdeps/htl/include/pthread.h @@ -1,6 +1,9 @@ #ifndef _PTHREAD_H #include_next <pthread.h> #ifndef _ISOMAC + +# define ARCH_MIN_GUARD_SIZE 0 + # if defined __USE_EXTERN_INLINES && defined _LIBC && !IS_IN (libsupport) # include <bits/spin-lock-inline.h> |