engine: platform: psvita: try to explicitly export strtok() function
This commit is contained in:
parent
744d5d1141
commit
0db2597d1e
1 changed files with 1 additions and 0 deletions
|
@ -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 ),
|
||||
|
|
Loading…
Add table
Reference in a new issue