diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 08:22:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 08:22:44 +0000 |
commit | 83b1b6d8faca6d279867c1c76f75e89786b76f4f (patch) | |
tree | d76728853dc9f8d2852e035c865e5e9732d65c81 /localedata/tst-locale.sh | |
parent | 0d6af3a86d34a5b32c46353fdc863216c1a44baf (diff) | |
download | glibc-83b1b6d8faca6d279867c1c76f75e89786b76f4f.tar.gz glibc-83b1b6d8faca6d279867c1c76f75e89786b76f4f.tar.xz glibc-83b1b6d8faca6d279867c1c76f75e89786b76f4f.zip |
Update.
2000-07-04 Ulrich Drepper <drepper@redhat.com> * spinlock.c (__pthread_unlock): Properly place write barrier. Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
Diffstat (limited to 'localedata/tst-locale.sh')
-rwxr-xr-x | localedata/tst-locale.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh index e835029aab..79e5410958 100755 --- a/localedata/tst-locale.sh +++ b/localedata/tst-locale.sh @@ -31,7 +31,7 @@ test_locale () rep="--repertoire-map $rep" fi I18NPATH=. GCONV_PATH=${common_objpfx}iconvdata \ - LOCPATH=${common_objpfx}localedata LANGUAGE=C \ + LOCPATH=${common_objpfx}localedata LC_ALL=C LANGUAGE=C \ ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${common_objpfx}locale/localedef --quiet -c -f $charmap -i $input \ ${rep} ${common_objpfx}localedata/$out |