rework langinfo code for ABI compat and for use by time code
[musl] / src / aio /
2013-06-16 Rich Felkerfix invalid access in aio notification
2013-06-16 Rich Felkerfix uninitialized variable in lio (aio) code
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-13 Szabolcs Nagyfix lio_listio return value in LIO_WAIT mode
2012-12-05 Rich Felkeruse alternate argument syntax for restrict with lio_listio
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-09-28 Rich Felkerstupid typo (caused by rather ugly spelling in POSIX...
2011-09-16 Rich Felkerfix idiotic const-correctness error in lio_listio
2011-09-14 Rich Felkerfix inconsistent signature for aio_error
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-09 Rich Felkerimplement POSIX asynchronous io