summaryrefslogtreecommitdiff
path: root/user/include/sys/types.h
blob: f1b3266fc48bf769b0e71a6dfe033d9af9436531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file types.h
 *
 * @author Freya Murphy <freya@freyacat.org>
 *
 * System types
 */

#ifndef _TYPES_H
#define _TYPES_H

typedef long int off_t;
typedef unsigned short pid_t;

#endif /* types.h */