mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
socket: Add time64 alias for sendmsg
Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -32,3 +32,6 @@ __libc_sendmsg (int fd, const struct msghdr *msg, int flags)
|
||||
}
|
||||
weak_alias (__libc_sendmsg, sendmsg)
|
||||
weak_alias (__libc_sendmsg, __sendmsg)
|
||||
#if __TIMESIZE != 64
|
||||
weak_alias (__sendmsg, __sendmsg64)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user