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