Daily bump.
[official-gcc.git] / fixincludes / tests / base / signal.h
blob91afbedb01c453b5ed4a30c1b9009ffa20005ff4
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 */