1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

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

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