PR other/87353 fix formatting and grammar in manual
[official-gcc.git] / fixincludes / tests / base / sys / stat.h
blob9c81cff94bd6d9c3521770d48c267110c0e7b86c
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/stat.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( GLIBC_C99_INLINE_2_CHECK )
13 #ifdef __GNUC_GNU_INLINE__
14 extern
15 #endif
16 __inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
17 #ifdef __GNUC_GNU_INLINE__
18 extern
19 #endif
20 __inline__ int
21 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
23 #endif /* GLIBC_C99_INLINE_2_CHECK */
26 #if defined( RS6000_FCHMOD_CHECK )
27 extern int fchmod(int, mode_t);
28 #endif /* RS6000_FCHMOD_CHECK */
31 #if defined( VXWORKS_MKDIR_MACRO_CHECK )
32 extern STATUS mkdir (const char * _qwerty) ;
33 #define mkdir(dir, ...) ((void)0, ##__VA_ARGS__, (mkdir)(dir))
35 #endif /* VXWORKS_MKDIR_MACRO_CHECK */
38 #if defined( VXWORKS_NEEDS_VXWORKS_CHECK )
39 #include </dev/null> /* ULONG */
40 # define __INCstath <sys/stat.h>
41 #include <types/vxTypesOld.h>
42 #endif /* VXWORKS_NEEDS_VXWORKS_CHECK */