summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/csu/i386/dlfcn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/dlfcn.h b/lib/csu/i386/dlfcn.h
index e1e63ca..51746d6 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
OpenPOWER on IntegriCloud