mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
socket: Add time64 alias for getsockopt
Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -101,3 +101,6 @@ __getsockopt (int fd, int level, int optname, void *optval, socklen_t *len)
|
||||
return r;
|
||||
}
|
||||
weak_alias (__getsockopt, getsockopt)
|
||||
#if __TIMESIZE != 64
|
||||
weak_alias (__getsockopt, __getsockopt64)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user