summaryrefslogtreecommitdiffstats
path: root/etc/latrace.d/headers/typedefs.h
blob: cb8adc00d9745c366d1cc4babfba6bcd2f64710d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

/* misc typedefs */

typedef int __locale_t;

typedef int int32_t;
typedef u_int uint32_t;
typedef uint32_t in_addr_t;

typedef int socklen_t;
typedef int size_t;

typedef void FILE;
typedef void DIR;
typedef long __off_t;
typedef void fpos_t;

typedef u_int __uid_t;
typedef u_int uid_t;
typedef u_int __gid_t;
typedef u_int gid_t;
typedef u_int __pid_t;
typedef u_int pid_t;
typedef u_int __mode_t;
typedef u_int mode_t;
typedef u_short __dev_t;
typedef u_short dev_t;