blob: 861fedfe52305b6215fc4819721c9617fe3d283e (
plain)
1
2
3
4
  | 
/* 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
  
  |