#ifndef _SYS_TYPES_H #define _SYS_TYPES_H typedef int gid_t; typedef int uid_t;
typedef int mode_t;
typedef long off_t; typedef int pid_t; typedef long ssize_t; typedef int useconds_t; #endif /* _SYS_TYPES_H */