summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/include/sys/types.h
blob: 5279a49e573d52d164ed4ab5454c8ebf5d3e2bbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * sys/types.h
 */

#ifndef _SYS_TYPES_H
#define _SYS_TYPES_H

#include <klibc/compiler.h>
#include <stddef.h>
#include <stdint.h>

typedef ptrdiff_t ssize_t;
typedef int mode_t;
typedef size_t off_t;

#endif