summaryrefslogtreecommitdiff
path: root/src/dlfcn/dlerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlfcn/dlerror.c')
-rw-r--r--src/dlfcn/dlerror.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dlfcn/dlerror.c b/src/dlfcn/dlerror.c
index fb1dc0e6..c2d26dcd 100644
--- a/src/dlfcn/dlerror.c
+++ b/src/dlfcn/dlerror.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <dlfcn.h>
#include "_dlfcn.h"
@@ -10,3 +12,6 @@ char *dlerror(void)
/*
XOPEN(500)
*/
+
+
+#endif