stat.h 1019 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/sys/stat.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( GLIBC_C99_INLINE_2_CHECK )
  7. #ifdef __GNUC_GNU_INLINE__
  8. extern
  9. #endif
  10. __inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
  11. #ifdef __GNUC_GNU_INLINE__
  12. extern
  13. #endif
  14. __inline__ int
  15. __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
  16. {}
  17. #endif /* GLIBC_C99_INLINE_2_CHECK */
  18. #if defined( RS6000_FCHMOD_CHECK )
  19. extern int fchmod(int, mode_t);
  20. #endif /* RS6000_FCHMOD_CHECK */
  21. #if defined( VXWORKS_MKDIR_MACRO_CHECK )
  22. extern STATUS mkdir (const char * _qwerty) ;
  23. #define mkdir(dir, ...) ((void)0, ##__VA_ARGS__, (mkdir)(dir))
  24. #endif /* VXWORKS_MKDIR_MACRO_CHECK */
  25. #if defined( VXWORKS_NEEDS_VXWORKS_CHECK )
  26. #include </dev/null> /* ULONG */
  27. # define __INCstath <sys/stat.h>
  28. #include <types/vxTypesOld.h>
  29. #endif /* VXWORKS_NEEDS_VXWORKS_CHECK */