projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89d28fe
)
submitted-shm_open_pthread
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sat, 2 Dec 2017 10:07:17 +0000
(10:07 +0000)
committer
Aurelien Jarno
<aurel32@debian.org>
Sat, 2 Dec 2017 10:07:17 +0000
(10:07 +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 aac0da41c21899fbe8cef168d5dded1244efc430..d21a3d82e79e3cfd480dc07085f86b6b451d00ad 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>