diff options
Diffstat (limited to 'sysdeps/powerpc/hwcapinfo.h')
-rw-r--r-- | sysdeps/powerpc/hwcapinfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/powerpc/hwcapinfo.h b/sysdeps/powerpc/hwcapinfo.h index ac462835ce..1f5e0bcb51 100644 --- a/sysdeps/powerpc/hwcapinfo.h +++ b/sysdeps/powerpc/hwcapinfo.h @@ -21,8 +21,7 @@ #ifndef HWCAPINFO_H # define HWCAPINFO_H -extern uint64_t __tcb_hwcap attribute_hidden; -extern uint32_t __tcb_platform attribute_hidden; +extern tcbhead_t __tcb attribute_hidden; extern void __tcb_parse_hwcap_and_convert_at_platform (void); |