]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-latepthread.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / tst-latepthread.c
index a0a55e4a2e861eb5cd2db0b5bc137d06a24174fb..0df96236d5d2218a66250c6d0499c9ce39acda97 100644 (file)
@@ -1,5 +1,5 @@
 /* Test that loading libpthread does not break ld.so exceptions (bug 16628).
-   Copyright (C) 2016-2017 Free Software Foundation, Inc.
+   Copyright (C) 2016-2022 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 <dlfcn.h>
 #include <signal.h>
@@ -101,5 +101,4 @@ do_test (void)
   return 0;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>