Some #include cleanup in aio/timer code.

This commit is contained in:
Roland McGrath 2015-01-08 15:38:15 -08:00
parent 08734ccd98
commit c97d27f1bb
3 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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)

View File

@ -29,7 +29,7 @@
#include <sys/syscall.h>
#include "posix-timer.h"
#include <pthreadP.h>
#include <nptl/pthreadP.h>
/* Number of threads used. */