signal.h 659 B

1234567891011121314151617181920212223242526272829
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/signal.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( NETBSD_C99_INLINE_1_CHECK )
  7. extern
  8. #ifdef __GNUC_STDC_INLINE__
  9. __attribute__((__gnu_inline__))
  10. #endif
  11. __inline int
  12. sigaddset(sigset_t *set, int signo)
  13. {}
  14. #endif /* NETBSD_C99_INLINE_1_CHECK */
  15. #if defined( NETBSD_C99_INLINE_2_CHECK )
  16. #ifdef __GNUC_STDC_INLINE__
  17. #define _SIGINLINE extern __attribute__((__gnu_inline__)) __inline
  18. #else
  19. #define _SIGINLINE extern __inline
  20. #endif
  21. #endif /* NETBSD_C99_INLINE_2_CHECK */