Rich Felker
|
f0a8d60d32
|
stupid typo (caused by rather ugly spelling in POSIX..) in aio
|
2011-09-28 11:36:11 -04:00 |
Rich Felker
|
4da289e1b3
|
fix return types for aio_read and aio_write again
previous fix was backwards and propagated the wrong type rather than
the right one...
|
2011-09-13 21:21:53 -04:00 |
Rich Felker
|
13cd969552
|
fix various errors in function signatures/prototypes found by nsz
|
2011-09-13 21:09:35 -04:00 |
Rich Felker
|
fd408d27a0
|
fix prototypes for aio_read and aio_write
|
2011-09-13 15:39:58 -04:00 |
Rich Felker
|
b4de6f93ae
|
implement POSIX asynchronous io
some features are not yet supported, and only minimal testing has been
performed. should be considered experimental at this point.
|
2011-09-09 01:07:38 -04:00 |