pthread-errnos.sym 206 B

123456789101112
  1. #include <errno.h>
  2. -- These errno codes are used by some assembly code.
  3. EAGAIN EAGAIN
  4. EBUSY EBUSY
  5. EDEADLK EDEADLK
  6. EINTR EINTR
  7. EINVAL EINVAL
  8. ENOSYS ENOSYS
  9. ETIMEDOUT ETIMEDOUT
  10. EWOULDBLOCK EWOULDBLOCK