From cedd498dbc090e39a9b3224f4c53ea98da049f40 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 17 Jan 2022 10:56:58 -0300 Subject: Revert "elf: Fix 64 time_t support for installed statically binaries" This reverts commit 0b8e83eb1455f3c0332eeb1f96fbc262fbd054e0. --- sysdeps/generic/ldconfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/generic/ldconfig.h b/sysdeps/generic/ldconfig.h index 94f008b..ea11827 100644 --- a/sysdeps/generic/ldconfig.h +++ b/sysdeps/generic/ldconfig.h @@ -78,11 +78,11 @@ extern void init_aux_cache (void); extern void load_aux_cache (const char *aux_cache_name); -extern int search_aux_cache (struct stat *stat_buf, int *flags, +extern int search_aux_cache (struct stat64 *stat_buf, int *flags, unsigned int *osversion, unsigned int *isa_level, char **soname); -extern void add_to_aux_cache (struct stat *stat_buf, int flags, +extern void add_to_aux_cache (struct stat64 *stat_buf, int flags, unsigned int osversion, unsigned int isa_level, const char *soname); @@ -93,7 +93,7 @@ extern int process_file (const char *real_file_name, const char *file_name, const char *lib, int *flag, unsigned int *osversion, unsigned int *isa_level, char **soname, int is_link, - struct stat *stat_buf); + struct stat64 *stat_buf); extern char *implicit_soname (const char *lib, int flag); -- cgit v1.1