fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)
[musl] / src / stdio / __towrite.c
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...