remove useless infinite loop from end of exit function
[musl] / src / ldso / dlinfo.c
index 4748eaf..63d276d 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 #include <dlfcn.h>
 
 int __dlinfo(void *, int, void *);