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/gai_strerror.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gl/gai_strerror.c') diff --git a/gl/gai_strerror.c b/gl/gai_strerror.c index 37092e29..9c5f1419 100644 --- a/gl/gai_strerror.c +++ b/gl/gai_strerror.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 2001-2002, 2004-2006, 2008-2024 Free Software +/* Copyright (C) 1997, 2001-2002, 2004-2006, 2008-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Philip Blundell , 1997. @@ -27,8 +27,8 @@ # include #else # include "gettext.h" -# define _(String) gettext (String) -# define N_(String) String +# define _(msgid) dgettext ("gnulib", msgid) +# define N_(msgid) msgid #endif #if HAVE_DECL_GAI_STRERROR -- cgit v1.2.3-74-g34f1