diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-01-08 06:51:07 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-01-08 07:38:15 -0700 |
commit | f93c84e1b07474a7d776403b3516feeff4f3c933 (patch) | |
tree | 4b71b6a4013c643d669398fdb8f33f74b6081cd2 /src/liburing.map | |
download | liburing-f93c84e1b07474a7d776403b3516feeff4f3c933.tar.gz liburing-f93c84e1b07474a7d776403b3516feeff4f3c933.tar.bz2 |
Initial commit
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'src/liburing.map')
-rw-r--r-- | src/liburing.map | 11 |
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: + *; + +}; |