summaryrefslogtreecommitdiff
path: root/os2/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'os2/dlfcn.h')
-rw-r--r--os2/dlfcn.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/os2/dlfcn.h b/os2/dlfcn.h
index df2ea33d32..c96f97f82d 100644
--- a/os2/dlfcn.h
+++ b/os2/dlfcn.h
@@ -1,6 +1,3 @@
void *dlopen(char *path, int mode);
void *dlsym(void *handle, char *symbol);
char *dlerror(void);
-void *dlopen(char *path, int mode);
-void *dlsym(void *handle, char *symbol);
-char *dlerror(void);