summaryrefslogtreecommitdiff
path: root/fixincludes/tests/base/sys/sysmacros.h
blob: 34d0ed51a3d209e4607f52055ee269d65e32b69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*  DO NOT EDIT THIS FILE.

    It has been auto-edited by fixincludes from:

	"fixinc/tests/inc/sys/sysmacros.h"

    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */



#if defined( GLIBC_C99_INLINE_4_CHECK )
__extension__
#if __STDC_VERSION__ < 199901L
extern
#endif
__inline unsigned int
__extension__ __extern_inline unsigned int

#if __STDC_VERSION__ < 199901L
extern
#endif
__inline unsigned int
#endif  /* GLIBC_C99_INLINE_4_CHECK */