]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - conform/linknamespace.py
Use a doubly-linked list for _IO_list_all (bug 27777)
[thirdparty/glibc.git] / conform / linknamespace.py
index 07a775499d0768bc0c031410d99288426b8c978e..8bc42bee229b6bb6acb48d8a17e8efdda637ed5c 100644 (file)
@@ -1,8 +1,8 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # Check that use of symbols declared in a given header does not result
 # in any symbols being brought in that are not reserved with external
 # linkage for the given standard.
-# Copyright (C) 2014-2018 Free Software Foundation, Inc.
+# Copyright (C) 2014-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
@@ -17,7 +17,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/>.
 
 import argparse
 from collections import defaultdict