| |
| Interface Libraries | libaio(3LIB) |
| | libaio - asynchronous I/O library |
SYNOPSIS
| |
cc [ flag... ] file... -laio [ library ... ]
|
| |
Functions in this library provide routines for asynchronous I/O.
|
| |
The shared object libaio.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.
| aiocancel | aioread | aiowait | aiowrite |
| assfail | close | fork | sigaction |
| sigignore | signal | sigset | |
The following interfaces are unique to the 32-bit version of this library:
|
| |
-
/usr/lib/libaio.so.1
- shared object
-
/usr/lib/64/libaio.so.1
- 64-bit shared object
|
| |
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| Availability | SUNWcsl (32-bit) |
| | SUNWcslx (64-bit) |
| MT-Level | Safe |
|
| |