fix failure of mbsrtowcs to record stop position when dest is full
[musl] / include / aio.h
2012-09-08 Rich Felkerdefault features: make musl usable without feature...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-07-19 Rich Felkerfix typo in aio.h
2012-06-04 Rich Felker_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
2012-05-04 Rich Felkeradd support for ugly *64 functions with _LARGEFILE64_SOURCE
2012-04-03 Rich Felkerremove useless (at best, harmful) feature test checks...
2011-09-28 Rich Felkerstupid typo (caused by rather ugly spelling in POSIX...
2011-09-14 Rich Felkerfix return types for aio_read and aio_write again
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-09-13 Rich Felkerfix prototypes for aio_read and aio_write
2011-09-09 Rich Felkerimplement POSIX asynchronous io