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