summaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/errno.h')
-rw-r--r--src/include/errno.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index 5e7833985..e50e2f390 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
/* */
/* p1 */
/* */
@@ -33,7 +33,8 @@
#define EINVAL 22 // Invalid argument
#define ENFILE 23 // Too many open files in system
#define EDEADLK 35 // Operation would cause deadlock.
-#define EALREADY 114 // Operation already in progress
+#define ETIME 62 // Time expired.
+#define EALREADY 114 // Operation already in progress
#define EWOULDBLOCK EAGAIN // operation would block
OpenPOWER on IntegriCloud