aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorJavier Pello <devel@otheo.eu>2022-09-27 20:07:24 +0200
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-10-06 07:59:48 -0300
commit4a7094119ce05cadf927f52cc5d723e2195e65f9 (patch)
tree094c7cb5d2b821c1af51302218bb3fc44be2fb9f /sysdeps/generic
parentb78ff5a25dc8ba9d8c6df10bb0a533254bdd193f (diff)
downloadglibc-4a7094119ce05cadf927f52cc5d723e2195e65f9.tar
glibc-4a7094119ce05cadf927f52cc5d723e2195e65f9.tar.gz
glibc-4a7094119ce05cadf927f52cc5d723e2195e65f9.tar.bz2
glibc-4a7094119ce05cadf927f52cc5d723e2195e65f9.zip
elf: Remove hwcap parameter from add_to_cache signature
Last commit made it so that the value passed for that parameter was always 0 at its only call site. Signed-off-by: Javier Pello <devel@otheo.eu> Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/ldconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/ldconfig.h b/sysdeps/generic/ldconfig.h
index 7cc898db61..24222b0f1b 100644
--- a/sysdeps/generic/ldconfig.h
+++ b/sysdeps/generic/ldconfig.h
@@ -70,7 +70,7 @@ const char *glibc_hwcaps_subdirectory_name
extern void add_to_cache (const char *path, const char *filename,
const char *soname, int flags,
- unsigned int isa_level, uint64_t hwcap,
+ unsigned int isa_level,
struct glibc_hwcaps_subdirectory *);
extern void init_aux_cache (void);