From b0afb8fe0ff1d87165af9df61501197a06240dda Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:13:40 +0100 Subject: Sync with Gnulib stable-202507 code (a8ac9f9ce5) --- gl/strerror-override.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gl/strerror-override.c') diff --git a/gl/strerror-override.c b/gl/strerror-override.c index b9c1c7ab..3cc25905 100644 --- a/gl/strerror-override.c +++ b/gl/strerror-override.c @@ -1,6 +1,6 @@ /* strerror-override.c --- POSIX compatible system error routine - Copyright (C) 2010-2024 Free Software Foundation, Inc. + Copyright (C) 2010-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -298,6 +298,11 @@ strerror_override (int errnum) return "Invalid or incomplete multibyte or wide character"; # endif +# if GNULIB_defined_ESOCKTNOSUPPORT + case ESOCKTNOSUPPORT: + return "Socket type not supported"; +# endif + default: return NULL; } -- cgit v1.2.3-74-g34f1