diff options
author | Austin Seipp <aseipp@pobox.com> | 2019-05-29 14:05:08 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-05-29 13:09:04 -0600 |
commit | f8865bc65feced660a3075175200a60968187bba (patch) | |
tree | 36e25431d35b643269aeaba5b20d464ac9ec551b /.gitignore | |
parent | b422aa11cc58e9786fa1e343aa2bfa6d7a394445 (diff) |
liburing: export io_uring_queue_mmap symbol
io_uring_queue_mmap wasn't exported from the ld map file, meaning the
linker gave it private, static linkage in the resulting shared object,
as opposed to global linkage. This results in the symbol seemingly
missing at link-time, despite the existence of the symbol in the library
itself.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions