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