]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/htl/pt-attr-getstackaddr.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / htl / pt-attr-getstackaddr.c
index 6f2507a0c150b9ff777b8040d78651696524423d..2782ee3b85fb172b4eba48640acea52d8d45b755 100644 (file)
@@ -1,5 +1,5 @@
 /* pthread_attr_getstackaddr.  Generic version.
-   Copyright (C) 2002-2018 Free Software Foundation, Inc.
+   Copyright (C) 2002-2024 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 <pthread.h>
 #include <pt-internal.h>
@@ -25,4 +25,4 @@ __pthread_attr_getstackaddr (const pthread_attr_t *attr, void **stackaddr)
   *stackaddr = attr->__stackaddr;
   return 0;
 }
-strong_alias (__pthread_attr_getstackaddr, pthread_attr_getstackaddr)
+weak_alias (__pthread_attr_getstackaddr, pthread_attr_getstackaddr)