2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-21 17:37:32 +01:00

engine: platform: psvita: try to explicitly export strtok() function

This commit is contained in:
Alibek Omarov 2024-11-21 05:31:21 +03:00
parent 744d5d1141
commit 0db2597d1e

View File

@ -70,6 +70,7 @@ static const vrtld_export_t aux_exports[] =
VRTLD_EXPORT_SYMBOL( isalnum ),
VRTLD_EXPORT_SYMBOL( isalpha ),
VRTLD_EXPORT_SYMBOL( strchrnul ),
VRTLD_EXPORT_SYMBOL( strtok ),
VRTLD_EXPORT_SYMBOL( stpcpy ),
VRTLD_EXPORT_SYMBOL( rand ),
VRTLD_EXPORT_SYMBOL( srand ),