summaryrefslogtreecommitdiff
path: root/src/dlfcn/RTLD_LOCAL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlfcn/RTLD_LOCAL.h')
-rw-r--r--src/dlfcn/RTLD_LOCAL.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dlfcn/RTLD_LOCAL.h b/src/dlfcn/RTLD_LOCAL.h
new file mode 100644
index 00000000..817d3adf
--- /dev/null
+++ b/src/dlfcn/RTLD_LOCAL.h
@@ -0,0 +1,5 @@
+#define RTLD_LOCAL (1<<3)
+
+/*
+XOPEN(500)
+*/