summaryrefslogtreecommitdiffstats
path: root/lib/libc/iconv/iconv_compat.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r275805:tijl2015-04-301-2/+2
| | | | | | | | | | | | | Fix incorrect type of "invalids" argument in __iconv() prototype. MFC r281550,281591: Remove the const qualifier from iconv(3) to comply with POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html Adjust all code that calls iconv. PR: 199099
* MFC r258283 - move iconv* symbols out of libc.so.7 namespace withpeter2013-11-201-0/+121
compatibility symbols to aid transition for existing 10.x installs. Approved by: re (kib)
OpenPOWER on IntegriCloud