summaryrefslogtreecommitdiff
path: root/include/a.out.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-03-22 15:00:46 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-03-22 15:00:46 +0000
commitfec38619dc00c09d59ce092c7a2fa09d83ff22e1 (patch)
treeb41da4f28bec2ecc86472831081a1c0c9b59deec /include/a.out.h
parent0a8dc1a9440fc1c4e706f5d346895f67a329ce54 (diff)
Add some missing headers needed by ld.so-1.9.11.
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