mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
engine: platform: psvita: try to explicitly export strtok() function
This commit is contained in:
@@ -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 ),
|
||||
|
||||
Reference in New Issue
Block a user