diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-01-17 16:50:50 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2019-01-17 16:50:50 +0000 |
commit | c9cf7cb85b3ace873fa934631adeaf1edb5e3a4c (patch) | |
tree | 43963be7f1749276e67a56b49afc6ab49b6dbe24 /include/dlfcn.h | |
parent | adb8eabc2e4a337a2ba49a6da845ec17055d0232 (diff) |
Revert r343093 until I can address the issues raised by kib@.
Notes
Notes:
svn path=/head/; revision=343116
Diffstat (limited to 'include/dlfcn.h')
-rw-r--r-- | include/dlfcn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h index 05a30cbc45fb..76a7fa02ed74 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -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); |