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.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/dlfcn/dlerror.c b/src/dlfcn/dlerror.c
deleted file mode 100644
index c2d26dcd..00000000
--- a/src/dlfcn/dlerror.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#if 0
-
-#include <dlfcn.h>
-#include "_dlfcn.h"
-
-char *dlerror(void)
-{
- extern char *__dlerror;
- return __dlerror;
-}
-
-/*
-XOPEN(500)
-*/
-
-
-#endif