summaryrefslogtreecommitdiff
path: root/profiles/osapi/rtld.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-14 18:22:04 -0500
committermidipix <writeonce@midipix.org>2018-12-18 20:38:38 -0500
commit998eeb82772fa999e975c5a8148734bbbaa85a54 (patch)
tree8c0da43242d0e86c2cf6789dd505faa636b9523b /profiles/osapi/rtld.h
parent86ce91746df24ff0ab6d53b91797f988ac4c85e9 (diff)
downloadsbpython3-998eeb82772fa999e975c5a8148734bbbaa85a54.tar.bz2
sbpython3-998eeb82772fa999e975c5a8148734bbbaa85a54.tar.xz
config & profiles: update to match Python-3.x's needs and definitions.
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