You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 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
|
|
|