Commit Graph

4 Commits

Author SHA1 Message Date
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