LibC: Make ino_t always 64 bit

This commit is contained in:
2024-06-14 00:18:21 +03:00
parent cc6b80a55b
commit a9b0bfa740
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ __BEGIN_DECLS
#if !defined(__ino_t_defined) && (defined(__need_all_types) || defined(__need_ino_t))
#define __ino_t_defined 1
typedef unsigned long ino_t;
typedef unsigned long long ino_t;
#endif
#undef __need_ino_t