]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/tst-tls-atexit-lib.c
hurd: Fix build
[thirdparty/glibc.git] / stdlib / tst-tls-atexit-lib.c
index 9b9421494f46e6f74041a7f77c6dc139a49dd403..52da1b839b9a94795b38c7c94b3adcf3d88565c7 100644 (file)
@@ -1,5 +1,5 @@
 /* Verify that DSO is unloaded only if its TLS objects are destroyed - the DSO.
-   Copyright (C) 2013-2016 Free Software Foundation, Inc.
+   Copyright (C) 2013-2018 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
@@ -17,8 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <stdlib.h>
-
-extern void *__dso_handle;
+#include <dso_handle.h>
 
 typedef struct
 {