diff options
Diffstat (limited to 'libpthread/nptl/pthread-errnos.sym')
-rw-r--r-- | libpthread/nptl/pthread-errnos.sym | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread-errnos.sym b/libpthread/nptl/pthread-errnos.sym new file mode 100644 index 000000000..0975b7a37 --- /dev/null +++ b/libpthread/nptl/pthread-errnos.sym @@ -0,0 +1,13 @@ +#include <errno.h> + +-- These errno codes are used by some assembly code. + +EAGAIN EAGAIN +EBUSY EBUSY +EDEADLK EDEADLK +EINTR EINTR +EINVAL EINVAL +ENOSYS ENOSYS +EOVERFLOW EOVERFLOW +ETIMEDOUT ETIMEDOUT +EWOULDBLOCK EWOULDBLOCK |