diff options
Diffstat (limited to 'src/dlfcn.h')
-rw-r--r-- | src/dlfcn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlfcn.h b/src/dlfcn.h index 164216f..bf5c7d4 100644 --- a/src/dlfcn.h +++ b/src/dlfcn.h | |||
@@ -85,7 +85,7 @@ DLFCN_EXPORT void *dlsym(void *handle, const char *name); | |||
85 | DLFCN_EXPORT char *dlerror(void); | 85 | DLFCN_EXPORT char *dlerror(void); |
86 | 86 | ||
87 | /* Translate address to symbolic information (no POSIX standard) */ | 87 | /* Translate address to symbolic information (no POSIX standard) */ |
88 | DLFCN_EXPORT int dladdr(void *addr, Dl_info *info); | 88 | DLFCN_EXPORT int dladdr(const void *addr, Dl_info *info); |
89 | 89 | ||
90 | #ifdef __cplusplus | 90 | #ifdef __cplusplus |
91 | } | 91 | } |