diff options
Diffstat (limited to 'REORG.TODO/sysdeps/unix/sysv/linux/x86/bits/a.out.h')
-rw-r--r-- | REORG.TODO/sysdeps/unix/sysv/linux/x86/bits/a.out.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/unix/sysv/linux/x86/bits/a.out.h b/REORG.TODO/sysdeps/unix/sysv/linux/x86/bits/a.out.h new file mode 100644 index 0000000000..0e4a7c911f --- /dev/null +++ b/REORG.TODO/sysdeps/unix/sysv/linux/x86/bits/a.out.h @@ -0,0 +1,11 @@ +#ifndef __A_OUT_GNU_H__ +# error "Never use <bits/a.out.h> directly; include <a.out.h> instead." +#endif + +#ifdef __x86_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 |