diff options
Diffstat (limited to 'lib/errno.in.h')
-rw-r--r-- | lib/errno.in.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/errno.in.h b/lib/errno.in.h index 1eb77afd6..653a26308 100644 --- a/lib/errno.in.h +++ b/lib/errno.in.h @@ -147,6 +147,16 @@ # define GNULIB_defined_ENOTSUP 1 # endif +# ifndef ENETRESET +# define ENETRESET 2011 +# define GNULIB_defined_ENETRESET 1 +# endif + +# ifndef ECONNABORTED +# define ECONNABORTED 2012 +# define GNULIB_defined_ECONNABORTED 1 +# endif + # ifndef ESTALE # define ESTALE 2009 # define GNULIB_defined_ESTALE 1 |