OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [fixincludes/] [tests/] [base/] [signal.h] - Blame information for rev 724

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 724 jeremybenn
/*  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 )
13
extern
14
#ifdef __GNUC_STDC_INLINE__
15
__attribute__((__gnu_inline__))
16
#endif
17
__inline int
18
sigaddset(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 */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.