summaryrefslogtreecommitdiff
path: root/src/libaio.map
diff options
context:
space:
mode:
Diffstat (limited to 'src/libaio.map')
-rw-r--r--src/libaio.map24
1 files changed, 9 insertions, 15 deletions
diff --git a/src/libaio.map b/src/libaio.map
index 27d8ba3..dc37725 100644
--- a/src/libaio.map
+++ b/src/libaio.map
@@ -1,28 +1,22 @@
-LIBAIO_0.4 {
+LIBAIO_0.1 {
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_cancel;
io_submit;
+ io_getevents;
local:
*;
};
-LIBAIO_0.1 {
- io_queue_init;
- io_queue_run;
- io_queue_wait;
- io_queue_release;
+LIBAIO_0.4 {
+ global:
+ io_setup;
+ io_destroy;
io_cancel;
- io_submit;
io_getevents;
-};
-
+ io_queue_wait;
+} LIBAIO_0.1;