mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
misc: Add time64 alias for ioctl
Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -63,3 +63,6 @@ __ioctl (int fd, unsigned long int request, ...)
|
||||
}
|
||||
libc_hidden_def (__ioctl)
|
||||
weak_alias (__ioctl, ioctl)
|
||||
#if __TIMESIZE != 64
|
||||
weak_alias (__ioctl, __ioctl_time64)
|
||||
#endif
|
||||
|
@@ -2483,6 +2483,7 @@ GLIBC_2.34 __glob64_time64 F
|
||||
GLIBC_2.34 __globfree64_time64 F
|
||||
GLIBC_2.34 __gmtime64 F
|
||||
GLIBC_2.34 __gmtime64_r F
|
||||
GLIBC_2.34 __ioctl_time64 F
|
||||
GLIBC_2.34 __libc_start_main F
|
||||
GLIBC_2.34 __localtime64 F
|
||||
GLIBC_2.34 __localtime64_r F
|
||||
|
@@ -2516,6 +2516,7 @@ GLIBC_2.34 __glob64_time64 F
|
||||
GLIBC_2.34 __globfree64_time64 F
|
||||
GLIBC_2.34 __gmtime64 F
|
||||
GLIBC_2.34 __gmtime64_r F
|
||||
GLIBC_2.34 __ioctl_time64 F
|
||||
GLIBC_2.34 __libc_start_main F
|
||||
GLIBC_2.34 __localtime64 F
|
||||
GLIBC_2.34 __localtime64_r F
|
||||
|
Reference in New Issue
Block a user