summaryrefslogtreecommitdiff
path: root/include/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/a.out.h')
-rw-r--r--include/a.out.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/a.out.h b/include/a.out.h
new file mode 100644
index 000000000..d963de74c
--- /dev/null
+++ b/include/a.out.h
@@ -0,0 +1,5 @@
+#ifdef _LIBC
+# include_next <linux/a.out.h>
+#else
+# include <linux/a.out.h>
+#endif