summaryrefslogtreecommitdiffstats
path: root/gl/errno.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/errno.in.h')
-rw-r--r--gl/errno.in.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/gl/errno.in.h b/gl/errno.in.h
index aa658e62..ba5dd371 100644
--- a/gl/errno.in.h
+++ b/gl/errno.in.h
@@ -1,6 +1,6 @@
1/* A POSIX-like <errno.h>. 1/* A POSIX-like <errno.h>.
2 2
3 Copyright (C) 2008-2024 Free Software Foundation, Inc. 3 Copyright (C) 2008-2025 Free Software Foundation, Inc.
4 4
5 This file is free software: you can redistribute it and/or modify 5 This file is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as 6 it under the terms of the GNU Lesser General Public License as
@@ -133,7 +133,7 @@
133 133
134/* These are intentionally the same values as the WSA* error numbers, defined 134/* These are intentionally the same values as the WSA* error numbers, defined
135 in <winsock2.h>. */ 135 in <winsock2.h>. */
136# define ESOCKTNOSUPPORT 10044 /* not required by POSIX */ 136# define ESOCKTNOSUPPORT 10044
137# define EPFNOSUPPORT 10046 /* not required by POSIX */ 137# define EPFNOSUPPORT 10046 /* not required by POSIX */
138# define ESHUTDOWN 10058 /* not required by POSIX */ 138# define ESHUTDOWN 10058 /* not required by POSIX */
139# define ETOOMANYREFS 10059 /* not required by POSIX */ 139# define ETOOMANYREFS 10059 /* not required by POSIX */
@@ -270,10 +270,17 @@
270# define GNULIB_defined_ENOTRECOVERABLE 1 270# define GNULIB_defined_ENOTRECOVERABLE 1
271# endif 271# endif
272 272
273/* On LynxOS, the macro EILSEQ is not defined. */
273# ifndef EILSEQ 274# ifndef EILSEQ
274# define EILSEQ 2015 275# define EILSEQ 2015
275# define GNULIB_defined_EILSEQ 1 276# define GNULIB_defined_EILSEQ 1
276# endif 277# endif
277 278
279/* On Haiku, the macro ESOCKTNOSUPPORT is not defined. */
280# ifndef ESOCKTNOSUPPORT
281# define ESOCKTNOSUPPORT 2016
282# define GNULIB_defined_ESOCKTNOSUPPORT 1
283# endif
284
278#endif /* _@GUARD_PREFIX@_ERRNO_H */ 285#endif /* _@GUARD_PREFIX@_ERRNO_H */
279#endif /* _@GUARD_PREFIX@_ERRNO_H */ 286#endif /* _@GUARD_PREFIX@_ERRNO_H */