kernel_stat.h 436 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  3. *
  4. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  5. */
  6. #ifndef _BITS_STAT_STRUCT_H
  7. #define _BITS_STAT_STRUCT_H
  8. #include <sys/stat.h>
  9. /*
  10. * The stat structure defined in
  11. * libc/sysdeps/linux/common-generic/bits/stat.h
  12. * is the same as the kernel one for new architectures
  13. */
  14. #define kernel_stat64 stat
  15. #endif /* _BITS_STAT_STRUCT_H */