Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix build error due to #17128
Browse files Browse the repository at this point in the history
  • Loading branch information
apeforest committed Jan 20, 2020
1 parent 28742cf commit 5b9f11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make/config/libmxnet.sym
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Java_org_apache_mxnet*
*Storage*Get*
*on_enter_api*
*on_exit_api*
*MXAPISetLastError*
*MXAPIHandleException*
2 changes: 1 addition & 1 deletion make/config/libmxnet.ver
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
*Storage*Get*;
*on_enter_api*;
*on_exit_api*;
*MXAPISetLastError*;
*MXAPIHandleException*;
local: *;
};

0 comments on commit 5b9f11e

Please sign in to comment.