Skip to content

Commit

Permalink
engine: platform: nswitch: export _Unwind_GetIPInfo as required by cs…
Browse files Browse the repository at this point in the history
…16-client
  • Loading branch information
a1batross committed Dec 29, 2024
1 parent 03eac90 commit 4e4e4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/platform/nswitch/sys_nswitch.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static const solder_export_t aux_exports[] =
SOLDER_EXPORT_SYMBOL( strchrnul ),
SOLDER_EXPORT_SYMBOL( stpcpy ),
SOLDER_EXPORT_SYMBOL( _Unwind_Resume ),
SOLDER_EXPORT_SYMBOL( _Unwind_GetIPInfo ),
};

const solder_export_t *__solder_aux_exports = aux_exports;
Expand Down

0 comments on commit 4e4e4db

Please sign in to comment.