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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [fixincludes/] [tests/] [base/] [sys/] [stat.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/sys/stat.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( ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK )
13
#   if defined(__DECC) || defined(__PRAGMA_EXTERN_PREFIX)
14
#endif  /* ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK */
15
 
16
 
17
#if defined( GLIBC_C99_INLINE_2_CHECK )
18
#ifdef __GNUC_GNU_INLINE__
19
extern
20
#endif
21
__inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
22
#ifdef __GNUC_GNU_INLINE__
23
extern
24
#endif
25
__inline__ int
26
__NTH (fstat64 (int __fd, struct stat64 *__statbuf))
27
{}
28
#endif  /* GLIBC_C99_INLINE_2_CHECK */
29
 
30
 
31
#if defined( RS6000_FCHMOD_CHECK )
32
extern int fchmod(int, mode_t);
33
#endif  /* RS6000_FCHMOD_CHECK */
34
 
35
 
36
#if defined( VXWORKS_NEEDS_VXWORKS_CHECK )
37
#include </dev/null> /* ULONG */
38
# define        __INCstath <sys/stat.h>
39
#include <types/vxTypesOld.h>
40
#endif  /* VXWORKS_NEEDS_VXWORKS_CHECK */

powered by: WebSVN 2.1.0

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