From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6307B3858427; Mon, 15 Apr 2024 12:46:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6307B3858427 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713185207; bh=LbG7Qm5YXn+nZxii6TfG00Y3blA1iNetuSNG/CZ3Zys=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QGTBL4SHj/dQg//V4Xk1/o0AaJDgk/2GBBw35dBcDumBtOSwWnSXdouZhr3lfOLYd v+ksKR1ZTlZcS5ocB/M4rU0QKE2mmBIf4cJ+10y2a+ayEB/1x/00MvuvIipbQXpliQ RVyuldM/BkGZEw4aG57tXWNKz4rNfGNx38Gkv/Rw= From: "eblake at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/22099] getconf help info Date: Mon, 15 Apr 2024 12:46:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.23 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eblake at redhat dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- 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=3D22099 --- Comment #5 from Eric Blake --- POSIX also wants to ensure that if: $ getconf -v POSIX_V7_ILP32_OFF32 POSIX_V7_ILP32_OFF32_CFLAGS -m32 has output other than -1 or undefined (because the spec name was recognized= ), then the following two command lines must have identical behavior (right no= w, they do not): $ getconf -v POSIX_V7_ILP32_OFF32 -a $ getconf -a -v POSIX_V7_ILP32_OFF32 --=20 You are receiving this mail because: You are on the CC list for the bug.=