summaryrefslogtreecommitdiff
path: root/sysroot/usr/include/bits/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot/usr/include/bits/a.out.h')
-rw-r--r--sysroot/usr/include/bits/a.out.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysroot/usr/include/bits/a.out.h b/sysroot/usr/include/bits/a.out.h
new file mode 100644
index 0000000..228a8d4
--- /dev/null
+++ b/sysroot/usr/include/bits/a.out.h
@@ -0,0 +1,13 @@
+#ifndef __A_OUT_GNU_H__
+# error "Never use <bits/a.out.h> directly; include <a.out.h> instead."
+#endif
+
+#include <bits/wordsize.h>
+
+#if __WORDSIZE == 64
+
+/* Signal to users of this header that this architecture really doesn't
+ support a.out binary format. */
+#define __NO_A_OUT_SUPPORT 1
+
+#endif