repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 6.02~pre8+dfsg.
[syslinux-debian/hramrach.git]
/
com32
/
include
/
sys
/
types.h
blob
5279a49e573d52d164ed4ab5454c8ebf5d3e2bbc
1
/*
2
* sys/types.h
3
*/
4
5
#ifndef _SYS_TYPES_H
6
#define _SYS_TYPES_H
7
8
#include <klibc/compiler.h>
9
#include <stddef.h>
10
#include <stdint.h>
11
12
typedef
ptrdiff_t
ssize_t
;
13
typedef
int
mode_t
;
14
typedef
size_t
off_t
;
15
16
#endif