siginfo-arch.h 190 B

1234567
  1. /* Architecture-specific adjustments to siginfo_t. */
  2. #ifndef _BITS_SIGINFO_ARCH_H
  3. #define _BITS_SIGINFO_ARCH_H 1
  4. /* This architecture has no adjustments to make to siginfo_t. */
  5. #endif