Browse Source

engine: psvita: export stpcpy

pull/2/head
fgsfds 2 years ago committed by Alibek Omarov
parent
commit
47a6be86b1
  1. 1
      engine/platform/psvita/sys_psvita.c

1
engine/platform/psvita/sys_psvita.c

@ -61,6 +61,7 @@ static const vrtld_export_t aux_exports[] = @@ -61,6 +61,7 @@ static const vrtld_export_t aux_exports[] =
VRTLD_EXPORT_SYMBOL( isalnum ),
VRTLD_EXPORT_SYMBOL( isalpha ),
VRTLD_EXPORT_SYMBOL( strchrnul ),
VRTLD_EXPORT_SYMBOL( stpcpy ),
VRTLD_EXPORT_SYMBOL( rand ),
VRTLD_EXPORT_SYMBOL( srand ),
VRTLD_EXPORT_SYMBOL( sceGxmMapMemory ), // needed by vgl_shim

Loading…
Cancel
Save