mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
io: Add fts64 with 64-bit time_t support
Similar to glob, fts 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:
@@ -206,6 +206,11 @@ libc {
|
||||
__futimens64;
|
||||
__futimes64;
|
||||
__futimesat64;
|
||||
__fts64_open_time64;
|
||||
__fts64_close_time64;
|
||||
__fts64_read_time64;
|
||||
__fts64_set_time64;
|
||||
__fts64_children_time64;
|
||||
__getitimer64;
|
||||
__getrusage64;
|
||||
__gettimeofday64;
|
||||
|
||||
@@ -203,6 +203,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -200,6 +200,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2290,6 +2290,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2244,6 +2244,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2427,6 +2427,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -204,6 +204,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2371,6 +2371,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2341,6 +2341,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2338,6 +2338,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2336,6 +2336,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2334,6 +2334,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2342,6 +2342,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2380,6 +2380,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2398,6 +2398,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2431,6 +2431,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2396,6 +2396,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2251,6 +2251,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2248,6 +2248,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
@@ -2389,6 +2389,11 @@ GLIBC_2.34 __ctime64_r F
|
||||
GLIBC_2.34 __difftime64 F
|
||||
GLIBC_2.34 __fstat64_time64 F
|
||||
GLIBC_2.34 __fstatat64_time64 F
|
||||
GLIBC_2.34 __fts64_children_time64 F
|
||||
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 __futimens64 F
|
||||
GLIBC_2.34 __futimes64 F
|
||||
GLIBC_2.34 __futimesat64 F
|
||||
|
||||
Reference in New Issue
Block a user