svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libaio(3lib)
libaio(3LIB) Interface Libraries libaio(3LIB)
NAME
libaio - asynchronous I/O library
SYNOPSIS
cc [ flag... ] file... -laio [ library... ]
DESCRIPTION
Historically, functions in this library provided asynchronous I/O oper‐
ations. This functionality now resides in libc(3LIB).
This library is maintained to provide backward compatibility for both
runtime and compilation environments. The shared object is implemented
as a filter on libc.so.1. New application development need not specify
-laio.
INTERFACES
The shared object libaio.so.1 provides the public interfaces defined
below. See intro(3) for additional information on shared object inter‐
faces.
tab(); lw(2.75i) lw(2.75i) aiocancelaioread aiowaitaiowrite assfail‐
close forksigaction
The following interfaces are unique to the 32-bit version of this
library:
tab(); lw(2.75i) lw(2.75i) aioread64aiowrite64
FILES
/lib/libaio.so.1 shared object
/lib/64/libaio.so.1 64-bit shared object
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library _ MT-LevelSafe
SEE ALSO
pvs(1), Intro(2), aiocancel(3C), aioread(3C), aiowait(3C),
aiowrite(3C), aio.h(3HEAD), libc(3LIB), intro(3), attributes(7)
Oracle Solaris 11.4 10 Jul 2012 libaio(3LIB)