mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +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>
|
||||
|
||||
* 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
|
||||
already defined.
|
||||
[__SIGRTMIN] (init): Function removed.
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <aio_misc.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifndef aio_start_notify_thread
|
||||
# define aio_start_notify_thread() do { } while (0)
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <sys/syscall.h>
|
||||
|
||||
#include "posix-timer.h"
|
||||
#include <pthreadP.h>
|
||||
#include <nptl/pthreadP.h>
|
||||
|
||||
|
||||
/* Number of threads used. */
|
||||
|
Loading…
Reference in New Issue
Block a user