1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03: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:
Florian Weimer
2021-05-20 18:55:26 +02:00
parent 9ec7fff6cd
commit f5e196b5a0

View File

@@ -1,6 +1,9 @@
#ifndef _PTHREAD_H #ifndef _PTHREAD_H
#include_next <pthread.h> #include_next <pthread.h>
#ifndef _ISOMAC #ifndef _ISOMAC
# define ARCH_MIN_GUARD_SIZE 0
# if defined __USE_EXTERN_INLINES && defined _LIBC && !IS_IN (libsupport) # if defined __USE_EXTERN_INLINES && defined _LIBC && !IS_IN (libsupport)
# include <bits/spin-lock-inline.h> # include <bits/spin-lock-inline.h>