]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-audit11.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / tst-audit11.c
index c65301d9bbb0c731c734e167a7ed44e0b934ce64..7b9e5e1c72b8e50c9d97f44dffed3b760616463c 100644 (file)
@@ -1,5 +1,5 @@
 /* Test version symbol binding can find a DSO replaced by la_objsearch.
-   Copyright (C) 2015-2017 Free Software Foundation, Inc.
+   Copyright (C) 2015-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 <stdio.h>
@@ -32,5 +32,4 @@ do_test (void)
   return 0;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>