summaryrefslogtreecommitdiff
path: root/profiles/osapi/overrides.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-14 15:21:47 -0500
committermidipix <writeonce@midipix.org>2018-12-18 20:38:38 -0500
commit163f7614a875802e3eccda713f206cfa7ae3534e (patch)
tree85f8b259219da1bf7f32c6f2efba6f8e278460fe /profiles/osapi/overrides.h
parentf8089b2b4ab3b13077cf2e0e1328622ddc002bb2 (diff)
downloadsbpython3-163f7614a875802e3eccda713f206cfa7ae3534e.tar.bz2
sbpython3-163f7614a875802e3eccda713f206cfa7ae3534e.tar.xz
config & profiles: imported the osapi and toolchain headers from sbpython2.
Diffstat (limited to 'profiles/osapi/overrides.h')
-rw-r--r--profiles/osapi/overrides.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/osapi/overrides.h b/profiles/osapi/overrides.h
new file mode 100644
index 0000000..0675c79
--- /dev/null
+++ b/profiles/osapi/overrides.h
@@ -0,0 +1,9 @@
+#ifndef PY_OSAPI_OVERRIDES_H
+#define PY_OSAPI_OVERRIDES_H
+
+/* stropts.h */
+#ifdef HAVE_NO_STROPTS_H
+#undef HAVE_STROPTS_H
+#endif
+
+#endif