public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug network/29225] New: Mistyped define statement in socket/sys/socket.h in line 184
@ 2022-06-04 16:33 xfedch at gmail dot com
  2022-06-05 23:24 ` [Bug network/29225] " sam at gentoo dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: xfedch at gmail dot com @ 2022-06-04 16:33 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29225

            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=14129&action=edit
Patch for socket/sys/socket.h

In commit #77ede5f010f in line #184 wrote:
#  defien sendmsg __sendmsg64

Statement "defien" mistyped word define. This affects application compilations
and preprocessing without defines __USE_GNU and __REDIRECT with error messages:

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug network/29225] Mistyped define statement in socket/sys/socket.h in line 184
  2022-06-04 16:33 [Bug network/29225] New: Mistyped define statement in socket/sys/socket.h in line 184 xfedch at gmail dot com
@ 2022-06-05 23:24 ` sam at gentoo dot org
  2022-06-05 23:25 ` sam at gentoo dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sam at gentoo dot org @ 2022-06-05 23:24 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29225

Sam James <sam at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gentoo dot org

--- Comment #1 from Sam James <sam at gentoo dot org> ---
Could you send it to libc-alpha (the mailing list) please?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug network/29225] Mistyped define statement in socket/sys/socket.h in line 184
  2022-06-04 16:33 [Bug network/29225] New: Mistyped define statement in socket/sys/socket.h in line 184 xfedch at gmail dot com
  2022-06-05 23:24 ` [Bug network/29225] " sam at gentoo dot org
@ 2022-06-05 23:25 ` sam at gentoo dot org
  2022-06-06 15:55 ` adhemerval.zanella at linaro dot org
  2022-06-08 12:59 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: sam at gentoo dot org @ 2022-06-05 23:25 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29225

Sam James <sam at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com

--- Comment #2 from Sam James <sam at gentoo dot org> ---
CCing florian b/c their commit.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug network/29225] Mistyped define statement in socket/sys/socket.h in line 184
  2022-06-04 16:33 [Bug network/29225] New: Mistyped define statement in socket/sys/socket.h in line 184 xfedch at gmail dot com
  2022-06-05 23:24 ` [Bug network/29225] " sam at gentoo dot org
  2022-06-05 23:25 ` sam at gentoo dot org
@ 2022-06-06 15:55 ` adhemerval.zanella at linaro dot org
  2022-06-08 12:59 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2022-06-06 15:55 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29225

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
   Target Milestone|---                         |2.36

--- Comment #3 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Fixed on master.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug network/29225] Mistyped define statement in socket/sys/socket.h in line 184
  2022-06-04 16:33 [Bug network/29225] New: Mistyped define statement in socket/sys/socket.h in line 184 xfedch at gmail dot com
                   ` (2 preceding siblings ...)
  2022-06-06 15:55 ` adhemerval.zanella at linaro dot org
@ 2022-06-08 12:59 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-06-08 12:59 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=29225

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The release/2.35/master branch has been updated by Adhemerval Zanella
<azanella@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=99978cd42c55ee427fb512de69638045f6d525c7

commit 99978cd42c55ee427fb512de69638045f6d525c7
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Jun 8 09:40:28 2022 -0300

    NEWS: Add a bug fix entry for BZ #29225

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-08 12:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-04 16:33 [Bug network/29225] New: Mistyped define statement in socket/sys/socket.h in line 184 xfedch at gmail dot com
2022-06-05 23:24 ` [Bug network/29225] " sam at gentoo dot org
2022-06-05 23:25 ` sam at gentoo dot org
2022-06-06 15:55 ` adhemerval.zanella at linaro dot org
2022-06-08 12:59 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).