summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/dlfcn.h')
-rw-r--r--mdk-stage1/dietlibc/include/dlfcn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/dlfcn.h b/mdk-stage1/dietlibc/include/dlfcn.h
index 5195cc41f..0ddcafdba 100644
--- a/mdk-stage1/dietlibc/include/dlfcn.h
+++ b/mdk-stage1/dietlibc/include/dlfcn.h
@@ -8,6 +8,7 @@
#define RTLD_GLOBAL 0x10000
#define RTLD_DEFAULT ((void*)1)
+#define RTLD_NEXT ((void*)2)
void *dlopen (const char *filename, int flag);
const char *dlerror(void);