summaryrefslogtreecommitdiff
path: root/src/dlfcn/dlopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlfcn/dlopen.c')
-rw-r--r--src/dlfcn/dlopen.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dlfcn/dlopen.c b/src/dlfcn/dlopen.c
index f67e51ff..a8929781 100644
--- a/src/dlfcn/dlopen.c
+++ b/src/dlfcn/dlopen.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <dlfcn.h>
#include <fcntl.h>
#include <stdlib.h>
@@ -32,3 +34,6 @@ void *dlopen(const char *file, int mode)
/*
XOPEN(500)
*/
+
+
+#endif