Blame sysdeps/powerpc/locale-defines.sym

Packit Service 82fcde
#include <locale/localeinfo.h>
Packit Service 82fcde
Packit Service 82fcde
--
Packit Service 82fcde
Packit Service 82fcde
LOCALE_CTYPE_TOLOWER	offsetof (struct __locale_struct, __ctype_tolower)
Packit Service 82fcde
LOCALE_CTYPE_TOUPPER	offsetof (struct __locale_struct, __ctype_toupper)
Packit Service 82fcde
_NL_CTYPE_NONASCII_CASE
Packit Service 82fcde
LOCALE_DATA_VALUES	offsetof (struct __locale_data, values)
Packit Service 82fcde
SIZEOF_VALUES		sizeof (((struct __locale_data *) 0)->values[0])