mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
io: Add ftw64 with 64-bit time_t support
Similar to fts, ftw routines passes a stat pointer that might differ of size and layout when 64-bit time API is used. Checked on i686-linux-gnu and x86_64-linux-gnu. Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@ -2394,6 +2394,7 @@ GLIBC_2.34 __fts64_close_time64 F
|
||||
GLIBC_2.34 __fts64_open_time64 F
|
||||
GLIBC_2.34 __fts64_read_time64 F
|
||||
GLIBC_2.34 __fts64_set_time64 F
|
||||
GLIBC_2.34 __ftw64_time64 F
|
||||
GLIBC_2.34 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
@ -2413,6 +2414,7 @@ GLIBC_2.34 __mktime64 F
|
||||
GLIBC_2.34 __msgctl64 F
|
||||
GLIBC_2.34 __mtx_timedlock64 F
|
||||
GLIBC_2.34 __nanosleep64 F
|
||||
GLIBC_2.34 __nftw64_time64 F
|
||||
GLIBC_2.34 __ntp_gettime64 F
|
||||
GLIBC_2.34 __ntp_gettimex64 F
|
||||
GLIBC_2.34 __ppoll64 F
|
||||
|
Reference in New Issue
Block a user