You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
236 B
C

#pragma once
#define _REENT_ONLY
#include_next <sys/errno.h>
#undef _REENT_ONLY
#ifdef __cplusplus
extern "C"
#endif
int* _sceLibcErrnoLoc() __attribute__((const, leaf, nothrow));
#undef __errno_r
#define errno (*_sceLibcErrnoLoc())