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