projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec7fff
)
Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>
author
Florian Weimer
<fweimer@redhat.com>
Thu, 20 May 2021 16:55:26 +0000
(18:55 +0200)
committer
Florian Weimer
<fweimer@redhat.com>
Thu, 20 May 2021 16:56:57 +0000
(18:56 +0200)
This macro is always defined on Linux.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/htl/include/pthread.h
patch
|
blob
|
history
diff --git
a/sysdeps/htl/include/pthread.h
b/sysdeps/htl/include/pthread.h
index
a9c0e58
..
f040c2f
100644
(file)
--- 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>