mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 02:50:09 +00:00
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
|