summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/include/mpw/sys/types.h
blob: d7d9c9f44ba03bc5cd66f69b985dc7166c6f6010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Imitation sys/types.h. */

#ifndef __SYS_TYPES_H__
#define __SYS_TYPES_H__

#include <Types.h>

typedef short dev_t;
typedef short ino_t;
typedef unsigned short mode_t;
typedef unsigned short uid_t;
typedef unsigned short gid_t;
typedef long off_t;

#endif /* __SYS_TYPES_H__ */
OpenPOWER on IntegriCloud