repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
file make-gas.com was initially added on branch binutils-2_10-branch.
[binutils.git]
/
include
/
mpw
/
sys
/
types.h
blob
d7d9c9f44ba03bc5cd66f69b985dc7166c6f6010
1
/* Imitation sys/types.h. */
2
3
#ifndef __SYS_TYPES_H__
4
#define __SYS_TYPES_H__
5
6
#include <Types.h>
7
8
typedef
short
dev_t
;
9
typedef
short
ino_t
;
10
typedef
unsigned short
mode_t
;
11
typedef
unsigned short
uid_t
;
12
typedef
unsigned short
gid_t
;
13
typedef
long
off_t
;
14
15
#endif
/* __SYS_TYPES_H__ */