mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 12:13:37 +08:00
Add missing include for pthread_setcancelstate
* sysdeps/posix/shm_open.c: Include <pthread.h>.
This commit is contained in:
parent
8ee1abdb4b
commit
3da5756ee8
@ -2,6 +2,7 @@
|
||||
|
||||
* sysdeps/mach/hurd/enbl-secure.c (__libc_init_secure): Define
|
||||
function.
|
||||
* sysdeps/posix/shm_open.c: Include <pthread.h>.
|
||||
|
||||
2017-08-02 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#else
|
||||
|
||||
# include <fcntl.h>
|
||||
# include <pthread.h>
|
||||
# include <shm-directory.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user