mirror of git://sourceware.org/git/glibc.git
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>
|
2012-01-07 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
[BZ #13553]
|
[BZ #13553]
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <not-cancel.h>
|
#include <not-cancel.h>
|
||||||
#include <kernel-features.h>
|
#include <kernel-features.h>
|
||||||
|
#include <nptl/pthreadP.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef __NR_mq_notify
|
#ifdef __NR_mq_notify
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue