K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-03-31T01:36:50.946630Z K 7 svn:log V 309 MFC r296278: mbtowc(3): set errno to EILSEQ if an incomplete character is passed. According to POSIX, The mbtowc() function shall fail if: [EILSEQ] An invalid character sequence is detected. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D5496 Obtained from: OpenBSD (Ingo Schwarze) END