diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 00:49:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 00:49:19 +0000 |
commit | d0501a245c7f6c8bf399594d9b331d915580d36f (patch) | |
tree | 9b9ca38e5ae1663919fa0071b35ebb9db73da17d /intl/tst-gettext2.sh | |
parent | e07bb02a4f9e7d98f79f428a661c5b982286869d (diff) | |
download | glibc-d0501a245c7f6c8bf399594d9b331d915580d36f.tar glibc-d0501a245c7f6c8bf399594d9b331d915580d36f.tar.gz glibc-d0501a245c7f6c8bf399594d9b331d915580d36f.tar.bz2 glibc-d0501a245c7f6c8bf399594d9b331d915580d36f.zip |
Update.
2003-09-16 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/Dist: Remove internal_statvfs.c.
* sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
Add internal_statvfs.
* sysdeps/unix/sysv/linux/fstatvfs.c: Call __internal_statvfs
instead of including "internal_statvfs.c".
* sysdeps/unix/sysv/linux/statvfs.c: Likewise.
* sysdeps/unix/sysv/linux/internal_statvfs.c: Make it a real function.
Add code to avoid the stat calls on all the reported mount points
when we can determine mismatch in advance.
* sysdeps/unix/sysv/linux/linux_fsinfo.h: Add AUTOFS_SUPER_MAGIC and
USBDEVFS_SUPER_MAGIC.
2003-09-16 Jakub Jelinek <jakub@redhat.com>
* posix/Versions (sched_getaffinity, sched_setaffinity): Change
from GLIBC_2.3.2 to GLIBC_2.3.3 symbol version.
2003-09-16 Bruno Haible <bruno@clisp.org>
* intl/tst-gettext2.sh: Set GCONV_PATH and LOCPATH only after
invoking msgfmt, not before.
Diffstat (limited to 'intl/tst-gettext2.sh')
-rw-r--r-- | intl/tst-gettext2.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/intl/tst-gettext2.sh b/intl/tst-gettext2.sh index 4b9c35213b..53f081a798 100644 --- a/intl/tst-gettext2.sh +++ b/intl/tst-gettext2.sh @@ -1,6 +1,6 @@ #! /bin/sh # Test of gettext functions. -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # @@ -22,10 +22,6 @@ common_objpfx=$1 objpfx=$2 -GCONV_PATH=${common_objpfx}iconvdata -export GCONV_PATH -LOCPATH=${objpfx}domaindir -export LOCPATH LC_ALL=C export LC_ALL @@ -64,6 +60,10 @@ msgfmt -o ${objpfx}domaindir/lang1/LC_MESSAGES/tstlang.mo \ msgfmt -o ${objpfx}domaindir/lang2/LC_MESSAGES/tstlang.mo \ tstlang2.po +GCONV_PATH=${common_objpfx}iconvdata +export GCONV_PATH +LOCPATH=${objpfx}domaindir +export LOCPATH # Now run the test. ${common_objpfx}elf/ld.so --library-path $common_objpfx \ |