Rich Felker
|
144c951b0d
|
fix idiotic const-correctness error in lio_listio
i blame this one on posix for using hideous const-qualified double
pointers which are unusable without hideous casts.
|
2011-09-16 12:08:20 -04:00 |
|
Rich Felker
|
7c131a3108
|
fix inconsistent signature for aio_error
|
2011-09-14 09:36:38 -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
|
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 |
|