summaryrefslogtreecommitdiff
path: root/include/aio.h
AgeCommit message (Expand)AuthorLines
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker-6/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+7
2012-07-19fix typo in aio.hRich Felker-1/+1
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker-1/+1
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker-0/+13
2012-04-03remove useless (at best, harmful) feature test checks in aio.hRich Felker-5/+0
2011-09-28stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker-1/+1
2011-09-13fix return types for aio_read and aio_write againRich Felker-2/+2
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker-2/+2
2011-09-13fix prototypes for aio_read and aio_writeRich Felker-2/+2
2011-09-09implement POSIX asynchronous ioRich Felker-0/+60