Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/libc/sys/rtems/include/machine/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/rtems/include/machine/_types.h b/newlib/libc/sys/rtems/include/machine/_types.h
index c61d6575d..8e2d9a3ef 100644
--- a/newlib/libc/sys/rtems/include/machine/_types.h
+++ b/newlib/libc/sys/rtems/include/machine/_types.h
@@ -18,7 +18,7 @@ typedef __int64_t _off_t;
typedef _off_t _fpos_t;
#define __machine_fpos_t_defined
-typedef unsigned long __ino_t;
+typedef __uint64_t __ino_t;
#define __machine_ino_t_defined
typedef __uint32_t __mode_t;