public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)
@ 2022-06-06 15:53 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2022-06-06 15:53 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=999835533bc60fbd0b0b65d2412a6742e5a54b9d

commit 999835533bc60fbd0b0b65d2412a6742e5a54b9d
Author: Dmitriy Fedchenko <xfedch@gmail.com>
Date:   Mon Jun 6 12:46:14 2022 -0300

    socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)

Diff:
---
 socket/sys/socket.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/socket/sys/socket.h b/socket/sys/socket.h
index 7d5b21a2c4..0abfb5dd03 100644
--- a/socket/sys/socket.h
+++ b/socket/sys/socket.h
@@ -181,7 +181,7 @@ extern ssize_t __REDIRECT (sendmsg, (int __fd, const struct msghdr *__message,
 # else
 extern ssize_t __sendmsg64 (int __fd, const struct msghdr *__message,
 			    int __flags);
-#  defien sendmsg __sendmsg64
+#  define sendmsg __sendmsg64
 # endif
 #endif


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-06 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 15:53 [glibc] socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225) Adhemerval Zanella

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).