summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-06-14 09:29:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-06-14 09:29:52 +0200
commite97de0c5008e6927e3c23824cfec788ff83bed54 (patch)
treebf2510b1753f16e6967204a0ca749b5e2f24b7b6 /common
parent0b77a1dd20d8e9d63a93fc67267a2bb115f9a74e (diff)
parent944bf0e105af055bc01d579656cad296e5d5cd81 (diff)
downloadbarebox-e97de0c5008e6927e3c23824cfec788ff83bed54.tar.gz
barebox-e97de0c5008e6927e3c23824cfec788ff83bed54.tar.xz
Merge branch 'for-next/directory-links'
Diffstat (limited to 'common')
-rw-r--r--common/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/misc.c b/common/misc.c
index f0f0b808b7..c5d3704c82 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -66,6 +66,7 @@ const char *strerror(int errnum)
case ENETDOWN : str = "Network is down"; break;
case ETIMEDOUT : str = "Connection timed out"; break;
case EPROBE_DEFER : str = "Requested probe deferral"; break;
+ case ELOOP : str = "Too many symbolic links encountered"; break;
#if 0 /* These are probably not needed */
case ENOTBLK : str = "Block device required"; break;
case EFBIG : str = "File too large"; break;