projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba7058
)
submitted-shm_open_pthread
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Fri, 26 Jan 2018 22:35:29 +0000
(22:35 +0000)
committer
Aurelien Jarno
<aurel32@debian.org>
Fri, 26 Jan 2018 22:35:29 +0000
(22:35 +0000)
Add missing include for pthread_setcancelstate
* sysdeps/posix/shm_open.c: Include <pthread.h>.
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name submitted-shm_open_pthread.diff
sysdeps/posix/shm_open.c
patch
|
blob
|
history
diff --git
a/sysdeps/posix/shm_open.c
b/sysdeps/posix/shm_open.c
index 64315de8f8e2cb35d34a22c9d0d2469dbc93f10c..eeb6cb558901681958fd082dfe3c6c8f1233296b 100644
(file)
--- a/
sysdeps/posix/shm_open.c
+++ b/
sysdeps/posix/shm_open.c
@@
-25,6
+25,7
@@
#else
# include <fcntl.h>
+# include <pthread.h>
# include <shm-directory.h>