summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrvoje Zeba <zeba.hrvoje@gmail.com>2019-05-20 08:22:46 -0600
committerJens Axboe <axboe@kernel.dk>2019-05-20 08:22:46 -0600
commit0cff60080c8228175cdd35efbda434dec7b687ea (patch)
tree9e14219cf1191b61393723f409a59bc037d6fb17
parent375bed76ba7292122f828fbf49c2b530506fdce8 (diff)
Add missing symbols to linker version map
Some of the symbols were missing from linker version script so they weren't exported in the dynamic library. Signed-off-by: Hrvoje Zeba <zeba.hrvoje@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--src/liburing.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/liburing.map b/src/liburing.map
index 06f5002..eb0e84a 100644
--- a/src/liburing.map
+++ b/src/liburing.map
@@ -6,6 +6,10 @@ LIBURING_0.1 {
io_uring_wait_cqe;
io_uring_submit;
io_uring_get_sqe;
+ io_uring_register;
+ io_uring_setup;
+ io_uring_enter;
+ io_uring_mmap;
local:
*;