mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix misplaced const
Constify __x86_cacheinfo_p and __x86_cpu_features_p, not their pointer target types.
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
once by IFUNC relocation. In dynamic executable, it is called twice
|
||||
by DL_PLATFORM_INIT and by IFUNC relocation. */
|
||||
extern void __x86_cpu_features (void) attribute_hidden;
|
||||
const void (*__x86_cpu_features_p) (void) attribute_hidden
|
||||
void (*const __x86_cpu_features_p) (void) attribute_hidden
|
||||
= __x86_cpu_features;
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user