Revert r343093 until I can address the issues raised by kib@.

This commit is contained in:
Dag-Erling Smørgrav
2019-01-17 16:50:50 +00:00
parent adb8eabc2e
commit c9cf7cb85b
3 changed files with 19 additions and 50 deletions
-1
View File
@@ -120,7 +120,6 @@ void *dlopen(const char *, int);
void *dlsym(void * __restrict, const char * __restrict);
#if __BSD_VISIBLE
void *dlopenat(int, const char *, int);
void *fdlopen(int, int);
int dladdr(const void * __restrict, Dl_info * __restrict);
dlfunc_t dlfunc(void * __restrict, const char * __restrict);