Print this page
4964 nl_langinfo(CRNCYSTR) returns wrong alignment character
4999 libc test suite enhancements
4939 desire wcsnrtombs() function
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: TBD
*** 1240,1251 ****
--- 1240,1254 ----
wcsetno.3c \
wcslen.3c \
wcsncat.3c \
wcsncmp.3c \
wcsncpy.3c \
+ wcsnrtombs.3c \
+ wcsnrtombs_l.3c \
wcspbrk.3c \
wcsrchr.3c \
+ wcsrtombs_l.3c \
wcsspn.3c \
wcstof.3c \
wcstok.3c \
wcstold.3c \
wcstoll.3c \
*** 2224,2233 ****
--- 2227,2240 ----
wcrtomb_l.3c := LINKSRC = wcrtomb.3c
wcscoll_l.3c := LINKSRC = wcscoll.3c
wscoll.3c := LINKSRC = wcscoll.3c
+ wcsnrtombs.3c := LINKSRC = wcsrtombs.3c
+ wcsnrtombs_l.3c := LINKSRC = wcsrtombs.3c
+ wcsrtombs_l.3c := LINKSRC = wcsrtombs.3c
+
watof.3c := LINKSRC = wcstod.3c
wcstof.3c := LINKSRC = wcstod.3c
wcstold.3c := LINKSRC = wcstod.3c
wstod.3c := LINKSRC = wcstod.3c