engine: platform: psvita: use _impure_ptr declaration from sys/reent.h
This commit is contained in:
parent
7dcddc559c
commit
b0f52236bc
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,7 @@ GNU General Public License for more details.
|
||||||
#include <vitasdk.h>
|
#include <vitasdk.h>
|
||||||
#include <vitaGL.h>
|
#include <vitaGL.h>
|
||||||
#include <vrtld.h>
|
#include <vrtld.h>
|
||||||
|
#include <sys/reent.h>
|
||||||
|
|
||||||
#define DATA_PATH "data/xash3d"
|
#define DATA_PATH "data/xash3d"
|
||||||
#define MAX_ARGV 5 // "" -log -dev X NULL
|
#define MAX_ARGV 5 // "" -log -dev X NULL
|
||||||
|
@ -41,7 +42,6 @@ extern void *__aeabi_idivmod;
|
||||||
extern void *__aeabi_uidivmod;
|
extern void *__aeabi_uidivmod;
|
||||||
extern void *__aeabi_d2ulz;
|
extern void *__aeabi_d2ulz;
|
||||||
extern void *__aeabi_ul2d;
|
extern void *__aeabi_ul2d;
|
||||||
extern void *_impure_ptr;
|
|
||||||
|
|
||||||
static const vrtld_export_t aux_exports[] =
|
static const vrtld_export_t aux_exports[] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue