]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-align2.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / elf / tst-align2.c
index ec16e6e0b0c95c5f142f3ef0b282f52a75a18129..d7c6b3e9967699f9f519aff504013ec0b8c7c0b1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2005.
 
@@ -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 <errno.h>
 #include <stdbool.h>
@@ -152,5 +152,4 @@ do_test (void)
   return result;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>