public inbox for glibc-cvs@sourceware.org help / color / mirror / Atom feed
From: Adhemerval Zanella <azanella@sourceware.org> To: glibc-cvs@sourceware.org Subject: [glibc/release/2.35/master] socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225) Date: Mon, 6 Jun 2022 15:55:06 +0000 (GMT) [thread overview] Message-ID: <20220606155506.7F89938344CB@sourceware.org> (raw) https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fe9ca732ace94cb49e4d4846a4492db40cde34e4 commit fe9ca732ace94cb49e4d4846a4492db40cde34e4 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) (cherry picked from commit 999835533bc60fbd0b0b65d2412a6742e5a54b9d) 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
reply other threads:[~2022-06-06 15:55 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220606155506.7F89938344CB@sourceware.org \ --to=azanella@sourceware.org \ --cc=glibc-cvs@sourceware.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).