mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
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.
This commit is contained in:
parent
449a85c1b5
commit
c77694049a
@ -1,3 +1,7 @@
|
||||
2002-04-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
|
||||
|
||||
2002-04-15 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user