remove support for 'trademark files'
[unleashed/tickless.git] / share / man / man3lib / libaio.3lib
blob72b7434ce37fec560aff1e74b03ae3dc2d38fd45
1 '\" te
2 .\" Copyright (c) 2008, Sun Microsystems, Inc.  All rights reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBAIO 3LIB "Feb 5, 2008"
7 .SH NAME
8 libaio \- asynchronous I/O library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-laio\fR [ \fIlibrary\fR... ]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 Historically, functions in this library provided asynchronous I/O operations.
19 This functionality now resides in\fBlibc\fR(3LIB)
20 .sp
21 .LP
22 This library is maintained to provide backward compatibility for both runtime
23 and compilation environments. The shared      object is implemented as a filter
24 on libc.so.1. New application development need not specify \fB-laio\fR.
25 .SH INTERFACES
26 .sp
27 .LP
28 The shared object \fBlibaio.so.1\fR provides the public interfaces defined
29 below. See \fBIntro\fR(3) for additional information on shared object
30 interfaces.
31 .sp
33 .sp
34 .TS
35 l l
36 l l .
37 \fBaiocancel\fR \fBaioread\fR
38 \fBaiowait\fR   \fBaiowrite\fR
39 \fBassfail\fR   \fBclose\fR
40 \fBfork\fR      \fBsigaction\fR
41 .TE
43 .sp
44 .LP
45 The following interfaces are unique to the 32-bit version of this library:
46 .sp
48 .sp
49 .TS
50 l l .
51 \fBaioread64\fR \fBaiowrite64\fR
52 .TE
54 .SH FILES
55 .sp
56 .ne 2
57 .na
58 \fB\fB/lib/libaio.so.1\fR\fR
59 .ad
60 .RS 23n
61 shared object
62 .RE
64 .sp
65 .ne 2
66 .na
67 \fB\fB/lib/64/libaio.so.1\fR\fR
68 .ad
69 .RS 23n
70 64-bit shared object
71 .RE
73 .SH ATTRIBUTES
74 .sp
75 .LP
76 See \fBattributes\fR(5) for descriptions of the following attributes:
77 .sp
79 .sp
80 .TS
81 box;
82 c | c
83 l | l .
84 ATTRIBUTE TYPE  ATTRIBUTE VALUE
85 MT-Level        Safe
86 .TE
88 .SH SEE ALSO
89 .sp
90 .LP
91 \fBpvs\fR(1), \fBIntro\fR(2), \fBIntro\fR(3), \fBaiocancel\fR(3C),
92 \fBaioread\fR(3C), \fBaiowait\fR(3C), \fBaiowrite\fR(3C), \fBaio.h\fR(3HEAD),
93 \fBlibc\fR(3LIB), \fBattributes\fR(5)