mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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>
This commit is contained in:
parent
9ec7fff6cd
commit
f5e196b5a0
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user