diff options
| author | Marc G. Fournier <scrappy@FreeBSD.org> | 1996-10-08 01:41:51 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1996-10-08 01:41:51 +0000 |
| commit | d453b6a53d05bb0d7e31cdccae794ffe3b0c0378 (patch) | |
| tree | a815d6694b47185efdf4d6de7b89250acf071c72 /lib | |
| parent | 524e95de2b18e125cb9e25fecc91b7766e0a57c2 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/csu/i386/dlfcn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/dlfcn.h b/lib/csu/i386/dlfcn.h index e1e63ca9ff70..51746d6bbdbb 100644 --- a/lib/csu/i386/dlfcn.h +++ b/lib/csu/i386/dlfcn.h @@ -38,8 +38,8 @@ #include <sys/cdefs.h> __BEGIN_DECLS -void *dlopen __P((const char *, int)); -void *dlsym __P((void *, const char *)); +void *dlopen __P((char *, int)); +void *dlsym __P((void *, char *)); char *dlerror __P((void)); int dlclose __P((void *)); __END_DECLS |
