[COMMITTED] Some #include cleanup in aio/timer code.

Message ID 20150108233900.E70A12C3BC0@topped-with-meat.com
State Committed
Headers

Commit Message

Roland McGrath Jan. 8, 2015, 11:39 p.m. UTC
  * 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.
  

Patch

--- a/sysdeps/pthread/aio_notify.c
+++ b/sysdeps/pthread/aio_notify.c
@@ -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)
--- a/sysdeps/pthread/timer_routines.c
+++ b/sysdeps/pthread/timer_routines.c
@@ -29,7 +29,7 @@ 
 #include <sys/syscall.h>
 
 #include "posix-timer.h"
-#include <pthreadP.h>
+#include <nptl/pthreadP.h>
 
 
 /* Number of threads used.  */