From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 209D53858D35; Sun, 25 Jun 2023 16:11:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 209D53858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687709489; bh=T5hZ6upio+4cUr04wIOEA77vi/dI+blDtri+cfOm1y8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iWFHa1BjRBsLXzYcorbjvSUGSIsS+J1yjS+JweAbrgxCO99rS3rCk1E0UefrBvubb nc/r9H9HFcz2jYz4KUPPTLqzFNPSi88qzz0XwI+EGoMAltLS3c24dveHUPOi4uqmgy QBwSSNTnj0I350XDXSSqEGo/LKacxmUi3EWioUtk= From: "bruno at clisp dot org" To: glibc-bugs@sourceware.org Subject: [Bug hurd/29545] strerrorname_np returns NULL for some defined errno values Date: Sun, 25 Jun 2023 16:11:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: hurd X-Bugzilla-Version: 2.34 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bruno at clisp dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29545 --- Comment #4 from Bruno Haible --- Similarly, on Linux/sparc64: for the errno with name EDEADLOCK strerrorname= _np returns NULL. How to reproduce: $ gcc -Wall -O foo-ppc.c $ ./a.out strerrorname_np (EDEADLOCK) =3D (null) Seen on Linux/sparc64 with glibc 2.36. --=20 You are receiving this mail because: You are on the CC list for the bug.=