about summary refs log tree commit diff
path: root/nptl/pthread-errnos.sym
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread-errnos.sym')
-rw-r--r--nptl/pthread-errnos.sym11
1 files changed, 11 insertions, 0 deletions
diff --git a/nptl/pthread-errnos.sym b/nptl/pthread-errnos.sym
new file mode 100644
index 0000000000..a3289c6dcc
--- /dev/null
+++ b/nptl/pthread-errnos.sym
@@ -0,0 +1,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