diff options
| author | liuxueli <[email protected]> | 2024-01-19 15:21:46 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-01-19 15:21:46 +0800 |
| commit | d357d3749fd6eff376e2529654e76265636b8f0f (patch) | |
| tree | 9a165acbf53dbcf156e94ee53a4b61790efe8db1 | |
| parent | b0f388527c01386235cc979c00b0cc2a45c8fbee (diff) | |
Bugfix: Exposed symbol name -> stellar_on_sapp_detach_check_entryv1.0.12
| -rw-r--r-- | src/stellar_on_sapp/version.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stellar_on_sapp/version.map b/src/stellar_on_sapp/version.map index aa3b0b4..d02ef63 100644 --- a/src/stellar_on_sapp/version.map +++ b/src/stellar_on_sapp/version.map @@ -8,6 +8,7 @@ STELLAR_DEFER_LOADER_INIT; STELLAR_DEFER_LOADER_EXIT; stellar_on_sapp_defer_entry; + stellar_on_sapp_detach_check_entry; stellar_get_worker_thread_num; stellar_get_current_thread_id; |
