c05564c4d8
Android 13
5 lines
211 B
C
Executable file
5 lines
211 B
C
Executable file
/* Bit used for the pseudo-hwcap for non-negative segments. We use
|
|
bit 1 to avoid bugs in some versions of glibc when bit 0 is
|
|
used; the choice is otherwise arbitrary. */
|
|
#define VDSO_NOTE_NONEGSEG_BIT 1
|