From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BC8FC3858436; Mon, 3 Jul 2023 20:21:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC8FC3858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688415687; bh=K4yOkw9yKSsrvizRCsnd23mv80rmqiC/XFfYMUnK2w4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wPvEWZjl4zpn+F+smI0KddJK+6tE3a6fmyphU8PrlZ0jVppQX6MdNsH3BIvxeK2IN zthNgJnqz3MQU+HxJajo/SBl3ZNy65yUHCGpC5/kkUXrBtq7bRzu3rXMOeEnFFIy12 MB+BI5NHJ3QBh89o968xVipOhO9YVkkNUZEqmtac= 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: Mon, 03 Jul 2023 20:21:27 +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 #6 from Bruno Haible --- (In reply to Adhemerval Zanella from comment #5) > Linux missing EDEADLK was already fixed by > 3d7d5c10c806ee24f8e35014e41e203002609a3f. Indeed, 3d7d5c10c806ee24f8e35014e41e203002609a3f (most likely) fixed the ca= se of missing EDEADLOCK on Linux. So, the only remaining errnos to be added are for Hurd, the errnos with nam= es ED_* EKERN_* EMACH_* EMIG_* (as in the original description). --=20 You are receiving this mail because: You are on the CC list for the bug.=