]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r304810
authorache <ache@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Aug 2016 09:58:06 +0000 (09:58 +0000)
committerache <ache@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Aug 2016 09:58:06 +0000 (09:58 +0000)
commit645ef8eda244825e78e9f4300508dd39cf1364df
treefc27f47b75e9f78b8ee7531a76302ef16b313c76
parent827240201c714b9efeea790e6245141e6b59a1f6
MFC r304810

Don't check for __SERR which may stick from one of any previous stdio
functions.
__SERR is for user and the rest of stdio code do not check it
for error sensing internally, only set it.
In vf(w)printf.c here it is more easy to save __SERR, clear and restore it.

git-svn-id: svn://svn.freebsd.org/base/stable/10@304888 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/stdio/getdelim.c
lib/libc/stdio/vfprintf.c
lib/libc/stdio/vfwprintf.c