aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/abis/ironclad/ino_t.h
blob: 264d888f45dca9c805b8842fd4b80cad396391eb (plain)
1
2
3
4
5
6
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