From: Ulrich Drepper Date: Wed, 17 Apr 2002 05:56:15 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~858 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c77694049a23389267f9bb22135b393d824ba24c;p=thirdparty%2Fglibc.git Update. 2002-04-16 Ulrich Drepper * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname. * sysdeps/unix/sysv/linux/lxstat64.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index d9e26e32078..72a11088915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-16 Ulrich Drepper + + * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname. + 2002-04-15 Ulrich Drepper * include/sys/stat.h: Fix typo. Patch by HJ Lu. @@ -46,7 +50,7 @@ * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64. * sysdeps/mach/hurd/lxstat64.c: Likewise. * sysdeps/unix/sysv/aix/lxstat64.c: Likewise. - * sysdeps/unix/sysv/linuxx/lxstat64.c: Likewise. + * sysdeps/unix/sysv/linux/lxstat64.c: Likewise. * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal prototypes. Add __mbrlen and __mbrtowc macros. diff --git a/posix/regcomp.c b/posix/regcomp.c index b5f88005696..265d86b592c 100644 --- a/posix/regcomp.c +++ b/posix/regcomp.c @@ -43,7 +43,7 @@ # ifdef _LIBC # undef gettext # define gettext(msgid) \ - INTUSE(__dcgettext) (_libc_intl_domainname_internal, msgid, LC_MESSAGES) + INTUSE(__dcgettext) (INTUSE(_libc_intl_domainname), msgid, LC_MESSAGES) # endif #else # define gettext(msgid) (msgid)