aboutsummaryrefslogtreecommitdiff
path: root/include/sys/types.h
blob: 07e9640a22c354439ed79a34f9b59d4c7e5d446c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __TYPES_H__
#define __TYPES_H__

#include <wchar.h>

typedef int pid_t;
typedef long off_t;
typedef int gid_t;
typedef int uid_t;

#endif