Skip to content

Commit f6cc948

Browse files
committed
build: Add __nvme_msg back to exported symbols
nvme_msg() is a macro which call __nvme_msg(). The naming scheme is not great but until we figured it out, add it back to the list of exported symbols. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 1be128e commit f6cc948

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libnvme.map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
LIBNVME_1_0 {
22
global:
33
__nvme_get_log_page;
4+
__nvme_msg;
45
nvme_admin_passthru64;
56
nvme_admin_passthru;
67
nvme_attach_ns;

0 commit comments

Comments
 (0)