X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=sysdeps%2Fpthread%2Faio_suspend.c;h=ad654e1d088079cdba6d570669a47d490f583961;hb=5a82c74822d3272df2f5929133680478c0cfb4bd;hp=c739285c6ae0a6db53b0d2bc050077e0432621bc;hpb=bfff8b1becd7d01c074177df7196ab327cd8c844;p=thirdparty%2Fglibc.git diff --git a/sysdeps/pthread/aio_suspend.c b/sysdeps/pthread/aio_suspend.c index c739285c6ae..ad654e1d088 100644 --- a/sysdeps/pthread/aio_suspend.c +++ b/sysdeps/pthread/aio_suspend.c @@ -1,5 +1,5 @@ /* Suspend until termination of a requests. - Copyright (C) 1997-2017 Free Software Foundation, Inc. + Copyright (C) 1997-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* We use an UGLY hack to prevent gcc from finding us cheating. The @@ -145,9 +145,6 @@ aio_suspend (const struct aiocb *const list[], int nent, waitlist[cnt].next = requestlist[cnt]->waiting; waitlist[cnt].counterp = &cntr; waitlist[cnt].sigevp = NULL; -#ifdef BROKEN_THREAD_SIGNALS - waitlist[cnt].caller_pid = 0; /* Not needed. */ -#endif requestlist[cnt]->waiting = &waitlist[cnt]; any = true; }