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