[Previous] [Contents] [Next]

aio_write()

Asynchronously write to a file

Synopsis:

#include <aio.h>

int aio_write( struct aiocb * aiocbptr );

Library:

libc

Description:


Note: Asynchronous I/O operations aren't currently supported.

Returns:

-1, and errno is set.

Errors:

ENOSYS
The aio_write() function isn't currently supported.

Classification:

POSIX 1003.1 (Realtime Extensions)

Safety:
Cancellation point No
Interrupt handler No
Signal handler Yes
Thread Yes

[Previous] [Contents] [Next]