fix missing strerror text for EMULTIHOP
authorRich Felker <dalias@aerifal.cx>
Thu, 23 Aug 2018 19:56:52 +0000 (15:56 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 23 Aug 2018 19:56:52 +0000 (15:56 -0400)
commitf4542fdf7a10632099f0c4e49b4c5923ca29356b
tree0be716f82356ad9bcbb1fa4e2cb14d4d9954dfd1
parentcfa0a54c082d41db6446638eed1d57f163434092
fix missing strerror text for EMULTIHOP

this is an obsolete error code from RFS, an obsolete predecessor of
NFS. POSIX documents it only as "Reserved", but maintains the
requirement that it be defined. as long as it is defined, it needs a
string for strerror to produce; the one chosen matches glibc and
documentation from other language runtimes I could find.
src/errno/__strerror.h