Blame sysdeps/unix/sysv/linux/x86/bits/a.out.h

Packit 6c4009
#ifndef __A_OUT_GNU_H__
Packit 6c4009
# error "Never use <bits/a.out.h> directly; include <a.out.h> instead."
Packit 6c4009
#endif
Packit 6c4009
Packit 6c4009
#ifdef __x86_64__
Packit 6c4009
Packit 6c4009
/* Signal to users of this header that this architecture really doesn't
Packit 6c4009
   support a.out binary format.  */
Packit 6c4009
#define __NO_A_OUT_SUPPORT 1
Packit 6c4009
Packit 6c4009
#endif