Re: [Xen-devel] [PATCH 09/25] errno: add POSIX error codes EMSGSIZE, ECONNREFUSED to the ABI

2018-12-04 Thread Jan Beulich
>>> On 04.12.18 at 10:10, wrote: > On Mon, Dec 3, 2018 at 7:42 AM Jan Beulich wrote: >> >> >>> On 01.12.18 at 02:32, wrote: >> > http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html >> > describes these codes thus: >> > EMSGSIZE : "Message too large" >> >

Re: [Xen-devel] [PATCH 09/25] errno: add POSIX error codes EMSGSIZE, ECONNREFUSED to the ABI

2018-12-04 Thread Christopher Clark
On Mon, Dec 3, 2018 at 7:42 AM Jan Beulich wrote: > > >>> On 01.12.18 at 02:32, wrote: > > http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html > > describes these codes thus: > > EMSGSIZE : "Message too large" > > ECONNREFUSED : "Connection refused". > > If you were

Re: [Xen-devel] [PATCH 09/25] errno: add POSIX error codes EMSGSIZE, ECONNREFUSED to the ABI

2018-12-03 Thread Jan Beulich
>>> On 01.12.18 at 02:32, wrote: > http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html > describes these codes thus: > EMSGSIZE : "Message too large" > ECONNREFUSED : "Connection refused". If you were to go solely by what POSIX mandates to have, more additions

[Xen-devel] [PATCH 09/25] errno: add POSIX error codes EMSGSIZE, ECONNREFUSED to the ABI

2018-11-30 Thread Christopher Clark
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html describes these codes thus: EMSGSIZE : "Message too large" ECONNREFUSED : "Connection refused". Signed-off-by: Christopher Clark --- xen/include/public/errno.h | 2 ++ 1 file changed, 2 insertions(+) diff --git