OSDN Git Service

move tlsdesc and internal dl function declarations to dynlink.h
[android-x86/external-musl-libc.git] / src / ldso / dlsym.c
index c0f50e9..65eb276 100644 (file)
@@ -1,6 +1,5 @@
 #include <dlfcn.h>
-
-void *__dlsym(void *restrict, const char *restrict, void *restrict);
+#include "dynlink.h"
 
 void *dlsym(void *restrict p, const char *restrict s)
 {