gcc:
[official-gcc.git] / fixincludes / tests / base / signal.h
blob1c4517e2c4b6142268b50c94b67e79069fbfcbad
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/signal.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( NETBSD_C99_INLINE_1_CHECK )
13 extern
14 #ifdef __GNUC_STDC_INLINE__
15 __attribute__((__gnu_inline__))
16 #endif
17 __inline int
18 sigaddset(sigset_t *set, int signo)
20 #endif /* NETBSD_C99_INLINE_1_CHECK */
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 */