mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
|
#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
|