6 lines
83 B
C
6 lines
83 B
C
#ifdef _LIBC
|
|
# include_next <linux/a.out.h>
|
|
#else
|
|
# include <linux/a.out.h>
|
|
#endif
|