1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

aio: Remove support for BROKEN_THREAD_SIGNALS

This was originally added to support LinuxThreads and is not needed for
NPTL.
This commit is contained in:
Florian Weimer
2017-08-15 17:28:37 +02:00
parent 6014c65de2
commit bbf5c4388a
6 changed files with 14 additions and 57 deletions

View File

@ -350,10 +350,6 @@ __aio_enqueue_request (aiocb_union *aiocbp, int operation)
return NULL;
}
newp->aiocbp = aiocbp;
#ifdef BROKEN_THREAD_SIGNALS
newp->caller_pid = (aiocbp->aiocb.aio_sigevent.sigev_notify == SIGEV_SIGNAL
? getpid () : 0);
#endif
newp->waiting = NULL;
aiocbp->aiocb.__abs_prio = prio;