about summary refs log tree commit diff
path: root/include/aio.h
Commit message (Expand)AuthorAgeFilesLines
* add time64 symbol name redirects to public headers, under arch controlRich Felker2019-10-281-0/+4
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* default features: make musl usable without feature test macrosRich Felker2012-09-071-6/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+7
* fix typo in aio.hRich Felker2012-07-191-1/+1
* _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker2012-06-041-1/+1
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-041-0/+13
* remove useless (at best, harmful) feature test checks in aio.hRich Felker2012-04-031-5/+0
* stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker2011-09-281-1/+1
* fix return types for aio_read and aio_write againRich Felker2011-09-131-2/+2
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-131-2/+2
* fix prototypes for aio_read and aio_writeRich Felker2011-09-131-2/+2
* implement POSIX asynchronous ioRich Felker2011-09-091-0/+60