summaryrefslogtreecommitdiff
path: root/src/libaio.map
blob: 27d8ba31156bf63ef0f630929920adf04bb50903 (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
28
LIBAIO_0.4 {
	global:
		io_setup;
		io_destroy;
		io_cancel;
		io_getevents;

		# these are compatible with 0.1
		io_queue_init;
		io_queue_run;
		io_queue_wait;
		io_queue_release;
		io_submit;
	local:
		*;

};

LIBAIO_0.1 {
		io_queue_init;
		io_queue_run;
		io_queue_wait;
		io_queue_release;
		io_cancel;
		io_submit;
		io_getevents;
};