fix getc - the classic error of trying to store EOF+0-255 in a char type..
authorRich Felker <dalias@aerifal.cx>
Mon, 28 Mar 2011 21:31:01 +0000 (17:31 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 28 Mar 2011 21:31:01 +0000 (17:31 -0400)
commit05b694028e0537954ea2d5e69774e0c24bf9ab47
tree50933074aea2e442ea27677be498e8b071914d2a
parente3cd6c5c265cd481db6e0c5b529855d99f0bda30
fix getc - the classic error of trying to store EOF+0-255 in a char type..
src/stdio/__uflow.c