From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9FC4A384A804; Thu, 27 Oct 2022 20:55:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FC4A384A804 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666904138; bh=RD6+pzaM09IUwh9e2/5/suUVLumhiULZocxDhAt2wjc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Gn0OFtSfqCkxLvM9Y9B637Dg7XZDqPCoxPOWeKC2g0AcgZV0OG6s2yFZcYn5MIHV3 Qt5YO0nht9E2vD/pkhZsbcmPDs554b4OKjVTxj+DYUxc7kr9vmRycGseQgMnnb10Gu o/giNZ3ttrJ5vnFrnvQMY+iN11vPRNEUGVg1dG5E= From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug libelf/29695] In libelf.h struct Elf, struct Elf_Scn is defined using typedef and not using #include is not the way to comply with the specification? Date: Thu, 27 Oct 2022 20:55:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libelf X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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=3D29695 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |mark at klomp dot org Status|UNCONFIRMED |RESOLVED --- Comment #1 from Mark Wielaard --- libelf.h is a public header. We explicitly don't want to declare complete t= ypes for internal data structures. Which is why we don't include or expose libelfP.h. --=20 You are receiving this mail because: You are on the CC list for the bug.=