stat.h revision 1.1.1.3
1/*  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( GLIBC_C99_INLINE_2_CHECK )
13#ifdef __GNUC_GNU_INLINE__
14extern
15#endif
16__inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
17#ifdef __GNUC_GNU_INLINE__
18extern
19#endif
20__inline__ int
21__NTH (fstat64 (int __fd, struct stat64 *__statbuf))
22{}
23#endif  /* GLIBC_C99_INLINE_2_CHECK */
24
25
26#if defined( RS6000_FCHMOD_CHECK )
27extern int fchmod(int, mode_t);
28#endif  /* RS6000_FCHMOD_CHECK */
29
30
31#if defined( VXWORKS_POSIX_MKDIR_CHECK )
32extern STATUS mkdir(const char *dir, ...);
33#endif  /* VXWORKS_POSIX_MKDIR_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 */
41