source: trunk/packages/xen-3.1/xen-3.1/tools/libaio/src/libaio.map @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 260 bytes
Line 
1LIBAIO_0.1 {
2        global:
3                io_queue_init;
4                io_queue_run;
5                io_queue_wait;
6                io_queue_release;
7                io_cancel;
8                io_submit;
9                io_getevents;
10        local:
11                *;
12
13};
14
15LIBAIO_0.4 {
16        global:
17                io_setup;
18                io_destroy;
19                io_cancel;
20                io_getevents;
21                io_queue_wait;
22} LIBAIO_0.1;
Note: See TracBrowser for help on using the repository browser.