diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/errno/__strerror.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errno/__strerror.h b/src/errno/__strerror.h index 14925907..0398b5b6 100644 --- a/src/errno/__strerror.h +++ b/src/errno/__strerror.h @@ -97,6 +97,8 @@ E(ESHUTDOWN,    "Cannot send after socket shutdown")  E(EALREADY,     "Operation already in progress")  E(EINPROGRESS,  "Operation in progress")  E(ESTALE,       "Stale file handle") +E(EUCLEAN,      "Data consistency error") +E(ENAVAIL,      "Resource not available")  E(EREMOTEIO,    "Remote I/O error")  E(EDQUOT,       "Quota exceeded")  E(ENOMEDIUM,    "No medium found")  | 
