glibc/sysdeps/unix/sysv/linux/a.out.h

6 lines
83 B
C

#ifdef _LIBC
# include_next <linux/a.out.h>
#else
# include <linux/a.out.h>
#endif