blob: a3289c6dcc666166053a94d1ad232f6c9c80a884 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#include <errno.h>
-- These errno codes are used by some assembly code.
EAGAIN EAGAIN
EBUSY EBUSY
EDEADLK EDEADLK
EINTR EINTR
EINVAL EINVAL
ETIMEDOUT ETIMEDOUT
EWOULDBLOCK EWOULDBLOCK
|