From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CF8A7385742F; Sat, 4 Jun 2022 16:33:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CF8A7385742F From: "xfedch at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug network/29225] New: Mistyped define statement in socket/sys/socket.h in line 184 Date: Sat, 04 Jun 2022 16:33:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: network X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: xfedch at gmail 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: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2022 16:33:16 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29225 Bug ID: 29225 Summary: Mistyped define statement in socket/sys/socket.h in line 184 Product: glibc Version: 2.35 Status: UNCONFIRMED Severity: normal Priority: P2 Component: network Assignee: unassigned at sourceware dot org Reporter: xfedch at gmail dot com Target Milestone: --- Created attachment 14129 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14129&action=3Ded= it Patch for socket/sys/socket.h In commit #77ede5f010f in line #184 wrote: # defien sendmsg __sendmsg64 Statement "defien" mistyped word define. This affects application compilati= ons and preprocessing without defines __USE_GNU and __REDIRECT with error messa= ges: Syntax error at line 184, column 4, file /usr/include/sys/socket.h: Error at line 184, column 4 in file /usr/include/sys/socket.h # defien sendmsg __sendmsg64 Please find my path suggestion in attach. --=20 You are receiving this mail because: You are on the CC list for the bug.=