diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-07-30 00:14:04 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-07-30 00:14:04 -0700 |
commit | 42e08a5438ddbd9d550d914733c0bc5ba96d79ec (patch) | |
tree | 5a9f393d2b0b213db465584b0d6b4f01d277b02a /sysdeps/x86_64/locale-defines.sym | |
parent | fe36dd025ea34c5c082b688592618ec72369b96b (diff) | |
download | glibc-42e08a5438ddbd9d550d914733c0bc5ba96d79ec.tar.gz glibc-42e08a5438ddbd9d550d914733c0bc5ba96d79ec.tar.xz glibc-42e08a5438ddbd9d550d914733c0bc5ba96d79ec.zip |
Implement optimized strcaecmp for x86-64.
Diffstat (limited to 'sysdeps/x86_64/locale-defines.sym')
-rw-r--r-- | sysdeps/x86_64/locale-defines.sym | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/x86_64/locale-defines.sym b/sysdeps/x86_64/locale-defines.sym new file mode 100644 index 0000000000..aebff9a4f9 --- /dev/null +++ b/sysdeps/x86_64/locale-defines.sym @@ -0,0 +1,11 @@ +#include <locale/localeinfo.h> +#include <langinfo.h> +#include <stddef.h> + +-- + +LOCALE_T___LOCALES offsetof (struct __locale_struct, __locales) +LC_CTYPE +_NL_CTYPE_NONASCII_CASE +LOCALE_DATA_VALUES offsetof (struct __locale_data, values) +SIZEOF_VALUES sizeof (((struct __locale_data *) 0)->values[0]) |