]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/pthread/aio_suspend.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / pthread / aio_suspend.c
index c739285c6ae0a6db53b0d2bc050077e0432621bc..ad654e1d088079cdba6d570669a47d490f583961 100644 (file)
@@ -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 <drepper@cygnus.com>, 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
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 /* 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;
              }