mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Quash implicit declaration warning
This commit is contained in:
parent
d9a216c037
commit
c473bd1cd9
@ -1,3 +1,7 @@
|
||||
2012-01-08 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mq_notify.c: Include <nptl/pthreadP.h>.
|
||||
|
||||
2012-01-07 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
[BZ #13553]
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <not-cancel.h>
|
||||
#include <kernel-features.h>
|
||||
#include <nptl/pthreadP.h>
|
||||
|
||||
|
||||
#ifdef __NR_mq_notify
|
||||
|
Loading…
Reference in New Issue
Block a user