Work around old buggy program which cannot cope with memcpy semantics.
[glibc.git] / bits / elfclass.h
blob180227d9e7a9bcd77b827cd8f2a5cfaf707c3dbc
1 /* This file specifies the native word size of the machine, which indicates
2 the ELF file class used for executables and shared objects on this
3 machine. */
5 #ifndef _LINK_H
6 # error "Never use <bits/elfclass.h> directly; include <link.h> instead."
7 #endif
9 #include <bits/wordsize.h>
11 #define __ELF_NATIVE_CLASS __WORDSIZE
13 /* The entries in the .hash table always have a size of 32 bits. */
14 typedef uint32_t Elf_Symndx;