diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-17 05:56:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-17 05:56:15 +0000 |
commit | c77694049a23389267f9bb22135b393d824ba24c (patch) | |
tree | 475cb249a5560aeb2722e9d7198ff3cbb77d85e7 /posix | |
parent | 449a85c1b5337c4447b779482cced6b630ccfffc (diff) | |
download | glibc-c77694049a23389267f9bb22135b393d824ba24c.tar glibc-c77694049a23389267f9bb22135b393d824ba24c.tar.gz glibc-c77694049a23389267f9bb22135b393d824ba24c.tar.bz2 glibc-c77694049a23389267f9bb22135b393d824ba24c.zip |
Update.
2002-04-16 Ulrich Drepper <drepper@redhat.com>
* posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
* sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/regcomp.c b/posix/regcomp.c index b5f8800569..265d86b592 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) |