xref: /openbsd-src/gnu/usr.bin/binutils/include/mpw/sys/types.h (revision 2159047f7a97bd07d66507696a8b038f6aef0509)
1 /* Imitation sys/types.h. */
2 
3 #ifndef __SYS_TYPES_H__
4 #define __SYS_TYPES_H__
5 
6 #include <Types.h>
7 
8 typedef short dev_t;
9 typedef short ino_t;
10 typedef unsigned short mode_t;
11 typedef unsigned short uid_t;
12 typedef unsigned short gid_t;
13 typedef long off_t;
14 
15 #endif /* __SYS_TYPES_H__ */
16