main kernel startup, libc, console tty, asmops, build flags fixes
[bootcensus] / src / libc / errno.h
1 #ifndef ERRNO_H_
2 #define ERRNO_H_
3
4 #define EFOO                    1
5 #define EAGAIN                  2
6 #define EINVAL                  3
7 #define ECHILD                  4
8 #define EBUSY                   5
9 #define ENOMEM                  6
10 #define EIO                             7
11 #define ENOENT                  8
12 #define ENAMETOOLONG    9
13 #define ENOSPC                  10
14 #define EPERM                   11
15 #define ENOTDIR                 12
16
17 #define EBUG                    127     /* for missing features and known bugs */
18
19 #endif  /* ERRNO_H_ */