mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
socket: Add time64 alias for sendmmsg
Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -35,3 +35,6 @@ __sendmmsg (int fd, struct mmsghdr *vmessages, unsigned int vlen, int flags)
|
||||
}
|
||||
libc_hidden_def (__sendmmsg)
|
||||
weak_alias (__sendmmsg, sendmmsg)
|
||||
#if __TIMESIZE != 64
|
||||
weak_alias (__sendmmsg, __sendmmsg64)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user