summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/i386/dlfcn.h')
-rw-r--r--lib/csu/i386/dlfcn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/i386/dlfcn.h b/lib/csu/i386/dlfcn.h
index b6817fe..e167ef2 100644
--- a/lib/csu/i386/dlfcn.h
+++ b/lib/csu/i386/dlfcn.h
@@ -51,9 +51,9 @@
#define RTLD_NEXT ((void *) -1)
__BEGIN_DECLS
-void *dlopen __P((char *, int));
-void *dlsym __P((void *, char *));
-char *dlerror __P((void));
+void *dlopen __P((const char *, int));
+void *dlsym __P((void *, const char *));
+const char *dlerror __P((void));
int dlclose __P((void *));
__END_DECLS
OpenPOWER on IntegriCloud