From: Florian Weimer Date: Thu, 20 May 2021 16:55:26 +0000 (+0200) Subject: Hurd: Define ARCH_MIN_GUARD_SIZE in internal X-Git-Tag: glibc-2.34~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e196b5a0174ed23b739879c0a513ec762b7920;p=thirdparty%2Fglibc.git Hurd: Define ARCH_MIN_GUARD_SIZE in internal This macro is always defined on Linux. Reviewed-by: H.J. Lu --- diff --git a/sysdeps/htl/include/pthread.h b/sysdeps/htl/include/pthread.h index a9c0e58b002..f040c2f9574 100644 --- a/sysdeps/htl/include/pthread.h +++ b/sysdeps/htl/include/pthread.h @@ -1,6 +1,9 @@ #ifndef _PTHREAD_H #include_next #ifndef _ISOMAC + +# define ARCH_MIN_GUARD_SIZE 0 + # if defined __USE_EXTERN_INLINES && defined _LIBC && !IS_IN (libsupport) # include