musl/src/aio
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008
to deal with the fact that the public headers may be used with pre-c99
compilers, __restrict is used in place of restrict, and defined
appropriately for any supported compiler. we also avoid the form
[restrict] since older versions of gcc rejected it due to a bug in the
original c99 standard, and instead use the form *restrict.
2012-09-06 22:44:55 -04:00
..
aio_cancel.c implement POSIX asynchronous io 2011-09-09 01:07:38 -04:00
aio_error.c fix inconsistent signature for aio_error 2011-09-14 09:36:38 -04:00
aio_fsync.c implement POSIX asynchronous io 2011-09-09 01:07:38 -04:00
aio_readwrite.c stupid typo (caused by rather ugly spelling in POSIX..) in aio 2011-09-28 11:36:11 -04:00
aio_return.c implement POSIX asynchronous io 2011-09-09 01:07:38 -04:00
aio_suspend.c fix various errors in function signatures/prototypes found by nsz 2011-09-13 21:09:35 -04:00
lio_listio.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00