]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-protected1b.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / elf / tst-protected1b.c
index 9dc8b87d950faff02fc9a6cc5888fb62fae3a2b0..689c91f2df7ab8b5e842fd08f27c1415602825d8 100644 (file)
@@ -7,7 +7,7 @@
    4. Symbol, protected2, defined in main, is used in main.
    5. Symbol, protected3, defined in modb, is also used in main.
 
-   Copyright (C) 2015-2016 Free Software Foundation, Inc.
+   Copyright (C) 2015-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
@@ -22,7 +22,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/>.  */
 
 /* This file must be compiled as PIE to avoid copy relocation when
    accessing protected symbols defined in shared libaries since copy
@@ -40,10 +40,8 @@ extern int do_test (void);
 
 int protected2 = -1;
 
-#define TEST_FUNCTION do_test ()
-
 /* This defines the `main' function and some more.  */
-#include <test-skeleton.c>
+#include <support/test-driver.c>
 
 int
 do_test (void)