summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-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