From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2012) id 662573858C52; Tue, 13 Jun 2023 18:58:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 662573858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686682708; bh=IuNDQ/YKsGSZaHFgwfkDOzM25r2HH2KrIPVn9zKLUPg=; h=From:To:Subject:Date:From; b=irvyPp/euO8InqYd03fnIZyVZmuscDGIRVTzC+4s+gnYAin9+Pw13l3v/t8x3c9LB OmTlO0clS3zPCWfOx++EImcOdbxzK/wZTgBoEAlWxHzd0KqHuAWj4KlT8rRKRBC+Me 916NnZkVyqUilUZT0djwBUKF7De9m9xqNYbs9r3s= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Arjun Shankar To: glibc-cvs@sourceware.org Subject: [glibc] posix: Handle success in gai_strerror() X-Act-Checkin: glibc X-Git-Author: Dridi Boukelmoune X-Git-Refname: refs/heads/master X-Git-Oldrev: eaa5b1cce87d34c945955360b1e519c6994308a1 X-Git-Newrev: 658f601f2ae3230559f7e9c629053bd2890dcf82 Message-Id: <20230613185828.662573858C52@sourceware.org> Date: Tue, 13 Jun 2023 18:58:28 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=658f601f2ae3230559f7e9c629053bd2890dcf82 commit 658f601f2ae3230559f7e9c629053bd2890dcf82 Author: Dridi Boukelmoune Date: Tue Jun 13 12:08:27 2023 +0200 posix: Handle success in gai_strerror() Signed-off-by: Dridi Boukelmoune Reviewed-by: Arjun Shankar Diff: --- sysdeps/posix/gai_strerror-strs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/posix/gai_strerror-strs.h b/sysdeps/posix/gai_strerror-strs.h index 667c4b2d4a..cb497ff5ea 100644 --- a/sysdeps/posix/gai_strerror-strs.h +++ b/sysdeps/posix/gai_strerror-strs.h @@ -1,3 +1,4 @@ +_S(0, N_("Success")) _S(EAI_ADDRFAMILY, N_("Address family for hostname not supported")) _S(EAI_AGAIN, N_("Temporary failure in name resolution")) _S(EAI_BADFLAGS, N_("Bad value for ai_flags"))