summaryrefslogtreecommitdiff
path: root/libaio-0.3.109/src/libaio.map
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2009-10-09 18:17:02 +0000
committer <>2013-09-20 15:53:04 +0000
commite6a27c468cae77ce26f6aa924b22bd39055892fe (patch)
tree5799c05ec62d99e582db411ed0fe5ffd2ba519db /libaio-0.3.109/src/libaio.map
downloadlibaio-tarball-26f674441b76d6040e66104f7c1d82d18ff0acab.tar.gz
Imported from /home/lorry/working-area/delta_libaio-tarball/libaio_0.3.109.orig.tar.gz.HEADlibaio_0.3.109.origmaster
Diffstat (limited to 'libaio-0.3.109/src/libaio.map')
-rw-r--r--libaio-0.3.109/src/libaio.map22
1 files changed, 22 insertions, 0 deletions
diff --git a/libaio-0.3.109/src/libaio.map b/libaio-0.3.109/src/libaio.map
new file mode 100644
index 0000000..dc37725
--- /dev/null
+++ b/libaio-0.3.109/src/libaio.map
@@ -0,0 +1,22 @@
+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;