]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - support/xstrdup.c
nptl: Move pthread_attr_setinheritsched implementation into libc.
[thirdparty/glibc.git] / support / xstrdup.c
index 89eee8584e989208ba4f9c33862b97c1557c3832..d793e57695ae890bcd2fea1fb4f9515c66a16666 100644 (file)
@@ -1,5 +1,5 @@
 /* strdup with error checking.
-   Copyright (C) 2016-2018 Free Software Foundation, Inc.
+   Copyright (C) 2016-2019 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/support.h>