summaryrefslogtreecommitdiff
path: root/src/dlfcn/dlsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlfcn/dlsym.c')
-rw-r--r--src/dlfcn/dlsym.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dlfcn/dlsym.c b/src/dlfcn/dlsym.c
index 1648fdbc..f4afe83e 100644
--- a/src/dlfcn/dlsym.c
+++ b/src/dlfcn/dlsym.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <dlfcn.h>
#include "_dlfcn.h"
@@ -11,3 +13,6 @@ void *dlsym(void *restrict handle, const char *restrict name)
/*
XOPEN(500)
*/
+
+
+#endif