diff options
Diffstat (limited to 'lib/mlibc/abis/linux/ino_t.h')
-rw-r--r-- | lib/mlibc/abis/linux/ino_t.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/mlibc/abis/linux/ino_t.h b/lib/mlibc/abis/linux/ino_t.h new file mode 100644 index 0000000..ba076f4 --- /dev/null +++ b/lib/mlibc/abis/linux/ino_t.h @@ -0,0 +1,10 @@ + +#ifndef _ABIBITS_INO_T_H +#define _ABIBITS_INO_T_H + +#include <bits/types.h> + +typedef __mlibc_uint64 ino_t; + +#endif // _ABIBITS_INO_T_H + |