fix getc - the classic error of trying to store EOF+0-255 in a char type..
[musl] / src / stdio / __lockfile.c
2011-03-25 Rich Felkersimplify and optimize FILE lock handling
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking