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:
@ -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. */
|
||||
|
Reference in New Issue
Block a user