From 54789f38162e12edd8bc2553ae7b72b558262f07 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 22 Nov 2002 04:23:05 +0000 Subject: * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set __libc_multiple_libcs here. Call __setfpucw. * locale/localeinfo.h (struct locale_data): Revert last change. --- locale/localeinfo.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'locale') diff --git a/locale/localeinfo.h b/locale/localeinfo.h index a9fa1f41f0..5510e6f57a 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -78,11 +78,7 @@ struct locale_data { const uint32_t *wstr; const char *string; - /* The values we store here are always uint32_t in fact. But it's - safer for the union to use a type that matches pointers so that - casting one of the pointer values to uint32_t produces the right - value for big-endian 64-bit platforms. */ - uintptr_t word; + unsigned int word; /* Note endian issues vs 64-bit pointers. */ } values __flexarr; /* Items, usually pointers into `filedata'. */ }; -- cgit v1.2.3