076f82
commit 9947f2df19a6c5b5706ed3b002199dbb9fef17b1
076f82
Author: Dmitriy Fedchenko <xfedch@gmail.com>
076f82
Date:   Mon Jun 6 12:46:14 2022 -0300
076f82
076f82
    socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)
076f82
    
076f82
    (cherry picked from commit 999835533bc60fbd0b0b65d2412a6742e5a54b9d)
076f82
076f82
diff --git a/socket/sys/socket.h b/socket/sys/socket.h
076f82
index bd14e7e3a5008ec5..5765dc1f0dedd380 100644
076f82
--- a/socket/sys/socket.h
076f82
+++ b/socket/sys/socket.h
076f82
@@ -181,7 +181,7 @@ extern ssize_t __REDIRECT (sendmsg, (int __fd, const struct msghdr *__message,
076f82
 # else
076f82
 extern ssize_t __sendmsg64 (int __fd, const struct msghdr *__message,
076f82
 			    int __flags);
076f82
-#  defien sendmsg __sendmsg64
076f82
+#  define sendmsg __sendmsg64
076f82
 # endif
076f82
 #endif
076f82