diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-01-08 10:27:05 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-01-08 10:27:05 +0000 |
commit | 23a4b43d6a98912d505458daeced44b22830a773 (patch) | |
tree | 52de9567f933ce28d8def6e6eca3e6988e8004bf /posix/regex_internal.h | |
parent | e3e60f6bdc80109e6cfbd092049a4bbb2f43c457 (diff) | |
download | glibc-23a4b43d6a98912d505458daeced44b22830a773.tar.gz glibc-23a4b43d6a98912d505458daeced44b22830a773.tar.xz glibc-23a4b43d6a98912d505458daeced44b22830a773.zip |
Updated to fedora-glibc-20090108T1017 cvs/fedora-glibc-2_9_90-2
Diffstat (limited to 'posix/regex_internal.h')
-rw-r--r-- | posix/regex_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/regex_internal.h b/posix/regex_internal.h index 79266781b8..65a9905860 100644 --- a/posix/regex_internal.h +++ b/posix/regex_internal.h @@ -116,6 +116,7 @@ # define __wctype wctype # define __iswctype iswctype # define __btowc btowc +# define __mbrtowc mbrtowc # define __mempcpy mempcpy # define __wcrtomb wcrtomb # define __regfree regfree |