projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c692d67
)
Prototypes for OS/2-specific emulation of dlopen routines
Perl 5 Porters [Tue, 18 Jun 1996 07:42:27 +0000 (07:42 +0000)]
os2/dlfcn.h
[new file with mode: 0644]
patch
|
blob
diff --git a/os2/dlfcn.h
b/os2/dlfcn.h
new file mode 100644
(file)
index 0000000..
df2ea33
--- /dev/null
+++ b/
os2/dlfcn.h
@@ -0,0
+1,6
@@
+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);