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-fmon.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-fmon.sh')
-rwxr-xr-x | localedata/tst-fmon.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tst-fmon.sh b/localedata/tst-fmon.sh index 4b982fed4e..469d227afb 100755 --- a/localedata/tst-fmon.sh +++ b/localedata/tst-fmon.sh @@ -36,7 +36,7 @@ for cns in `cd ./tst-fmon-locales && ls tstfmon_*`; do cn=tst-fmon-locales/$cns fn=charmaps/ISO-8859-1 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 -i $cn -f $fn ${common_objpfx}localedata/$cns |