Browse Source

engine: platform: psvita: use _impure_ptr declaration from sys/reent.h

pull/2/head
Alibek Omarov 1 year ago
parent
commit
b0f52236bc
  1. 2
      engine/platform/psvita/sys_psvita.c

2
engine/platform/psvita/sys_psvita.c

@ -22,6 +22,7 @@ GNU General Public License for more details. @@ -22,6 +22,7 @@ GNU General Public License for more details.
#include <vitasdk.h>
#include <vitaGL.h>
#include <vrtld.h>
#include <sys/reent.h>
#define DATA_PATH "data/xash3d"
#define MAX_ARGV 5 // "" -log -dev X NULL
@ -41,7 +42,6 @@ extern void *__aeabi_idivmod; @@ -41,7 +42,6 @@ extern void *__aeabi_idivmod;
extern void *__aeabi_uidivmod;
extern void *__aeabi_d2ulz;
extern void *__aeabi_ul2d;
extern void *_impure_ptr;
static const vrtld_export_t aux_exports[] =
{

Loading…
Cancel
Save