ucontext.h 390 B

1234567891011121314151617
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/sys/ucontext.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( LINUX_IA64_UCONTEXT_CHECK )
  7. # define _SC_GR0_OFFSET \
  8. __builtin_offsetof (struct sigcontext, sc_gr[0])
  9. #endif /* LINUX_IA64_UCONTEXT_CHECK */