forked from Imagelibrary/rtems
Make aio_suspend() POSIX-compliant.
This commit is contained in:
@@ -127,7 +127,7 @@ int aio_cancel(
|
||||
*/
|
||||
|
||||
int aio_suspend(
|
||||
struct aiocb * const list[],
|
||||
const struct aiocb * const list[],
|
||||
int nent,
|
||||
const struct timespec *timeout
|
||||
);
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int aio_suspend(
|
||||
struct aiocb * const list[],
|
||||
const struct aiocb * const list[],
|
||||
int nent,
|
||||
const struct timespec *timeout
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user