]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl_db/td_thr_setsigpending.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / nptl_db / td_thr_setsigpending.c
index 4a370cc0b0bc68860f33e3346e34151ce2adf805..de39f652f0b0f50b93f441675b6ee6be555c9d89 100644 (file)
@@ -1,7 +1,6 @@
 /* Raise a signal for a thread.
-   Copyright (C) 1999-2015 Free Software Foundation, Inc.
+   Copyright (C) 1999-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -15,7 +14,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/>.  */
 
 #include "thread_dbP.h"