summaryrefslogtreecommitdiff
path: root/src/libc/include/sys/types.h
blob: d637fd68f5bdd9be0cb7cce94cf15dd8455d5f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once
#include <stddef.h>
#include <stdint.h>
#include <sys/select.h>
typedef int mode_t;

typedef int dev_t;
typedef int ino_t;
typedef int mode_t;
typedef int nlink_t;
typedef int uid_t;
typedef int gid_t;
typedef int blksize_t;
typedef int blkcnt_t;
typedef int pid_t;