mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-04 08:40:15 +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 64
|