diff options
Diffstat (limited to 'sysdeps/x86_64/dl-procinfo.c')
-rw-r--r-- | sysdeps/x86_64/dl-procinfo.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sysdeps/x86_64/dl-procinfo.c b/sysdeps/x86_64/dl-procinfo.c index a76624fb06..17ae800a37 100644 --- a/sysdeps/x86_64/dl-procinfo.c +++ b/sysdeps/x86_64/dl-procinfo.c @@ -39,19 +39,7 @@ # define PROCINFO_CLASS #endif -#if !defined PROCINFO_DECL && defined SHARED - ._dl_x86_cpu_features -#else -PROCINFO_CLASS struct cpu_features _dl_x86_cpu_features -#endif -#ifndef PROCINFO_DECL -= { } -#endif -#if !defined SHARED || defined PROCINFO_DECL -; -#else -, -#endif +#include <sysdeps/x86/dl-procinfo.c> #undef PROCINFO_DECL #undef PROCINFO_CLASS |