]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - support/xpthread_cancel.c
libsupport: Add 64-bit time_t support for stat functions
[thirdparty/glibc.git] / support / xpthread_cancel.c
index 3af16f9b5433d5489cff5fe1ed72d249295dc8f2..5febf07da3bdbf43340ad45ecdad027ed71bf54b 100644 (file)
@@ -1,5 +1,5 @@
 /* pthread_cancel with error checking.
-   Copyright (C) 2016-2017 Free Software Foundation, Inc.
+   Copyright (C) 2016-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,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 <support/xthread.h>