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:
@ -211,6 +211,8 @@ libc {
|
||||
__fts64_read_time64;
|
||||
__fts64_set_time64;
|
||||
__fts64_children_time64;
|
||||
__ftw64_time64;
|
||||
__nftw64_time64;
|
||||
__getitimer64;
|
||||
__getrusage64;
|
||||
__gettimeofday64;
|
||||
|
Reference in New Issue
Block a user