nasmlib.h: If BUFSIZ is bigger than the default ZERO_BUF_SIZE, adjust
commitc5123e9482fff0b86b30bda74e94ae2d66ef01bf
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 Jan 2016 04:44:33 +0000 (28 20:44 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 Jan 2016 04:44:33 +0000 (28 20:44 -0800)
treee4905ec69c90484db71d82291f09aad1b8da9e1d
parent02237cbfe8056e48355f97f847ab4b063ffe0b7f
nasmlib.h: If BUFSIZ is bigger than the default ZERO_BUF_SIZE, adjust

If BUFSIZ exists and is bigger than the default ZERO_BUF_SIZE, expand
ZERO_BUF_SIZE so we don't end up unnecessarily double buffering in the
stdio library.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
nasmlib.h