From 8e7a793762214558d01e06cd49d62ccd39f4ef59 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 3 Apr 2002 06:57:13 +0000 Subject: [PATCH] (_DL_HWCAP_COUNT): Define as 8. --- sysdeps/unix/sysv/linux/arm/dl-procinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/arm/dl-procinfo.h b/sysdeps/unix/sysv/linux/arm/dl-procinfo.h index 87d114c39c4..be55f5551ea 100644 --- a/sysdeps/unix/sysv/linux/arm/dl-procinfo.h +++ b/sysdeps/unix/sysv/linux/arm/dl-procinfo.h @@ -26,7 +26,7 @@ /* If anything should be added here check whether the size of each string is still ok with the given array size. */ extern const char _dl_arm_cap_flags[][10]; -#define _DL_HWCAP_COUNT 32 +#define _DL_HWCAP_COUNT 8 /* The kernel provides platform data but it is not interesting. */ #define _DL_HWCAP_PLATFORM 0 -- 2.47.2