mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 10:50:08 +00:00
Some #include cleanup in aio/timer code.
This commit is contained in:
parent
08734ccd98
commit
c97d27f1bb
@ -1,5 +1,9 @@
|
|||||||
2015-01-08 Roland McGrath <roland@hack.frob.com>
|
2015-01-08 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
|
||||||
|
<nptl/pthreadP.h> instead.
|
||||||
|
* sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
|
||||||
|
|
||||||
* signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
|
* signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
|
||||||
already defined.
|
already defined.
|
||||||
[__SIGRTMIN] (init): Function removed.
|
[__SIGRTMIN] (init): Function removed.
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <aio_misc.h>
|
#include <aio_misc.h>
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
#ifndef aio_start_notify_thread
|
#ifndef aio_start_notify_thread
|
||||||
# define aio_start_notify_thread() do { } while (0)
|
# define aio_start_notify_thread() do { } while (0)
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
|
|
||||||
#include "posix-timer.h"
|
#include "posix-timer.h"
|
||||||
#include <pthreadP.h>
|
#include <nptl/pthreadP.h>
|
||||||
|
|
||||||
|
|
||||||
/* Number of threads used. */
|
/* Number of threads used. */
|
||||||
|
Loading…
Reference in New Issue
Block a user