S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr macro.
[glibc.git] / include / elf.h
blobf06a33f256b27f6a2f92a063f04b6c18a0c8dca5
1 #ifndef _ELF_H
2 #include <elf/elf.h>
4 # ifndef _ISOMAC
6 /* Some information which is not meant for the public and therefore not
7 in <elf.h>. */
8 # include <dl-dtprocnum.h>
9 # ifdef DT_1_SUPPORTED_MASK
10 # error DT_1_SUPPORTED_MASK is defined!
11 # endif
12 # define DT_1_SUPPORTED_MASK \
13 (DF_1_NOW | DF_1_NODELETE | DF_1_INITFIRST | DF_1_NOOPEN \
14 | DF_1_ORIGIN | DF_1_NODEFLIB)
16 # endif /* !_ISOMAC */
17 #endif /* elf.h */