aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/abis/ironclad/ino_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mlibc/abis/ironclad/ino_t.h')
-rw-r--r--lib/mlibc/abis/ironclad/ino_t.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/mlibc/abis/ironclad/ino_t.h b/lib/mlibc/abis/ironclad/ino_t.h
new file mode 100644
index 0000000..264d888
--- /dev/null
+++ b/lib/mlibc/abis/ironclad/ino_t.h
@@ -0,0 +1,7 @@
+#ifndef _ABIBITS_INO_T_H
+#define _ABIBITS_INO_T_H
+
+// TODO: use (u)int64_t?
+typedef long ino_t;
+
+#endif // _ABIBITS_INO_T_H