https://github.com/torvalds/linux
Raw File
Tip revision: ed680c4ad478d0fee9740f7d029087f181346564 authored by Linus Torvalds on 01 August 2009, 00:40:45 UTC
Linux 2.6.31-rc5
Tip revision: ed680c4
vdso.h
/* 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
back to top