lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | #include <errno.h> |
2 | |||||
3 | -- These errno codes are used by some assembly code. | ||||
4 | |||||
5 | EAGAIN EAGAIN | ||||
6 | EBUSY EBUSY | ||||
7 | EDEADLK EDEADLK | ||||
8 | EINTR EINTR | ||||
9 | EINVAL EINVAL | ||||
10 | ENOSYS ENOSYS | ||||
11 | EOVERFLOW EOVERFLOW | ||||
12 | ETIMEDOUT ETIMEDOUT | ||||
13 | EWOULDBLOCK EWOULDBLOCK |