FreeBSD_STABLE_11-arm64 - Build #111 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/111/
Full change log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/111/changes
Full build log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/111/console

Change summaries:

305404 by ache:
MFC r305241

fgetwc(3) may set both __SEOF and __SERR at once (in case of incomplete
sequence near EOF), so we can't just check for
(wc == WEOF && !__sfeof(fp)) and must relay on __sferror(fp) with
__SERR clearing/restoring.

_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to