]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-dl-iter-static.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / elf / tst-dl-iter-static.c
index c525baaa0131f883f41ac56c84dd17de5dd6654c..d5241307ba32d1a4c9a89e75cfa3b23446ff470e 100644 (file)
@@ -1,5 +1,5 @@
 /* BZ #16046 dl_iterate_phdr static executable test.
-   Copyright (C) 2014-2016 Free Software Foundation, Inc.
+   Copyright (C) 2014-2019 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
@@ -43,5 +43,4 @@ do_test (void)
   return status || count != 1;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>