6 lines
193 B
C
6 lines
193 B
C
|
/* This file specifies the native word size of the machine, which indicates
|
||
|
the ELF file class used for executables and shared objects on this
|
||
|
machine. */
|
||
|
|
||
|
#define __ELF_NATIVE_CLASS 32
|