summaryrefslogtreecommitdiff
path: root/src/libaio.map
blob: ec9d13b5f2c882a8085e92a6f03bf83c76d623ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
LIBAIO_0.1 {
	global:
		io_queue_init;
		io_queue_run;
		io_queue_wait;
		io_queue_release;
		io_cancel;
		io_submit;
		io_getevents;
	local:
		*;

};

LIBAIO_0.4 {
	global:
		io_setup;
		io_destroy;
		io_cancel;
		io_getevents;
		io_queue_wait;
} LIBAIO_0.1;

LIBAIO_0.5 {
	global:
		io_pgetevents;
} LIBAIO_0.4;