Fix C<require> in Getopt::Long to work with 5.003
[p5sagit/p5-mst-13.2.git] / os2 / dlfcn.h
index df2ea33..c96f97f 100644 (file)
@@ -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);