Implement dlopenat(3).

MFC after:	3 weeks
This commit is contained in:
Dag-Erling Smørgrav
2019-01-16 12:12:40 +00:00
parent 8733962697
commit 9b35e90238
3 changed files with 50 additions and 19 deletions
+1
View File
@@ -120,6 +120,7 @@ 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);