diff options
Diffstat (limited to 'sysdeps/wordsize-64/bits/elfclass.h')
-rw-r--r-- | sysdeps/wordsize-64/bits/elfclass.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/bits/elfclass.h b/sysdeps/wordsize-64/bits/elfclass.h new file mode 100644 index 0000000000..ac52904886 --- /dev/null +++ b/sysdeps/wordsize-64/bits/elfclass.h @@ -0,0 +1,5 @@ +/* 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 |