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

(cherry picked from commit 999835533b)
This commit is contained in:
Dmitriy Fedchenko 2022-06-06 12:46:14 -03:00 committed by Adhemerval Zanella
parent b3f935940e
commit 9947f2df19

View File

@ -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