9
0
Fork 0

common: Add EPROBE_DEFER to strerror

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Andrey Smirnov 2016-03-15 20:33:51 -07:00 committed by Sascha Hauer
parent ce20b192f1
commit 12728df947
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ const char *strerror(int errnum)
case ENETUNREACH : str = "Network is unreachable"; break;
case ENETDOWN : str = "Network is down"; break;
case ETIMEDOUT : str = "Connection timed out"; break;
case EPROBE_DEFER : str = "Requested probe deferral"; break;
#if 0 /* These are probably not needed */
case ENOTBLK : str = "Block device required"; break;
case EFBIG : str = "File too large"; break;