mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
(_DL_HWCAP_COUNT): Define as 8.
This commit is contained in:
parent
f5271dce69
commit
8e7a793762
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user