mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
io: Add time64 alias for fcntl
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -54,6 +54,9 @@ libc_hidden_def (__libc_fcntl64)
|
||||
weak_alias (__libc_fcntl64, __fcntl64)
|
||||
libc_hidden_weak (__fcntl64)
|
||||
weak_alias (__libc_fcntl64, fcntl64)
|
||||
#if __TIMESIZE != 64
|
||||
weak_alias (__libc_fcntl64, __fcntl_time64)
|
||||
#endif
|
||||
|
||||
#ifdef __OFF_T_MATCHES_OFF64_T
|
||||
weak_alias (__libc_fcntl64, __libc_fcntl)
|
||||
|
||||
Reference in New Issue
Block a user