Welcome to mirror list, hosted at ThFree Co, Russian Federation.

types.h « sys « mpw « include - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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__ */