summaryrefslogtreecommitdiff
path: root/src/liburing.map
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-01-08 06:51:07 -0700
committerJens Axboe <axboe@kernel.dk>2019-01-08 07:38:15 -0700
commitf93c84e1b07474a7d776403b3516feeff4f3c933 (patch)
tree4b71b6a4013c643d669398fdb8f33f74b6081cd2 /src/liburing.map
Initial commit
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'src/liburing.map')
-rw-r--r--src/liburing.map11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/liburing.map b/src/liburing.map
new file mode 100644
index 0000000..ef48835
--- /dev/null
+++ b/src/liburing.map
@@ -0,0 +1,11 @@
+LIBURING_0.1 {
+ global:
+ io_uring_queue_init;
+ io_uring_queue_exit;
+ io_uring_get_completion;
+ io_uring_submit;
+ io_uring_get_iocb;
+ local:
+ *;
+
+};