summaryrefslogtreecommitdiff
path: root/profiles/osapi/rtld.h
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/osapi/rtld.h')
-rw-r--r--profiles/osapi/rtld.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/osapi/rtld.h b/profiles/osapi/rtld.h
new file mode 100644
index 0000000..b3cab7e
--- /dev/null
+++ b/profiles/osapi/rtld.h
@@ -0,0 +1,12 @@
+#ifndef PY_OSAPI_RTLD_H
+#define PY_OSAPI_RTLD_H
+
+#define HAVE_DECL_RTLD_DEEPBIND 0
+#define HAVE_DECL_RTLD_GLOBAL 1
+#define HAVE_DECL_RTLD_LAZY 1
+#define HAVE_DECL_RTLD_LOCAL 1
+#define HAVE_DECL_RTLD_NODELETE 1
+#define HAVE_DECL_RTLD_NOLOAD 1
+#define HAVE_DECL_RTLD_NOW 1
+
+#endif