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