diff options
| author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-31 13:51:31 +0000 |
|---|---|---|
| committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-31 13:51:31 +0000 |
| commit | 28f9173691cbb583bef70707dff1a027f2eb7afb (patch) | |
| tree | 9e5127b2426d4892e7374aa4967d6593bee5b4aa /include | |
| parent | 174479969c7d57df090f959b3b835d99fcc7b65c (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/dlfcn.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h index b1a97386747d..a019e062284e 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -117,8 +117,7 @@ typedef struct dl_serinfo { __BEGIN_DECLS /* XSI functions first. */ int dlclose(void *); -const char * - dlerror(void); +char *dlerror(void); void *dlopen(const char *, int); void *dlsym(void * __restrict, const char * __restrict); |
