1 #ifndef _LUNAIX_UHDR_SYS_TYPES_H
2 #define _LUNAIX_UHDR_SYS_TYPES_H
4 typedef int __lunaix_pid_t;
5 typedef int __lunaix_tid_t;
6 typedef int __lunaix_uid_t;
7 typedef int __lunaix_gid_t;
8 typedef unsigned long __lunaix_size_t;
9 typedef signed long __lunaix_ssize_t;
10 typedef unsigned int __lunaix_ino_t;
19 #endif /* _LUNAIX_UHDR_TYPES_H */