stdio.h: revamp fread/fwrite to make gcc less unhappy
authorH. Peter Anvin <hpa@zytor.com>
Tue, 12 Aug 2008 18:17:06 +0000 (11:17 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 12 Aug 2008 18:17:06 +0000 (11:17 -0700)
commita68a68735a637206baf1f6f5cd221b5fb697e370
tree9fb4828b70b4d2b088a40a7f4bfcf24e4f16a8cb
parenta19312bee0a7cef7cfa0fa109312600cc2da36f7
stdio.h: revamp fread/fwrite to make gcc less unhappy

Implement the special case size == 1 in terms of a macro; this makes
gcc 4.3 less unhappy.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/stdio.h