mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Platform hack wasn't needed. Pandora has kill in signal.h
This commit is contained in:
parent
4c827f6d68
commit
d2e370459e
@ -22,18 +22,10 @@
|
||||
|
||||
#include "Common.h"
|
||||
#include "MemoryUtil.h"
|
||||
#ifdef __SYMBIAN32__
|
||||
#if defined(__SYMBIAN32__) || defined(PANDORA)
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#ifdef PANDORA
|
||||
#ifdef __USE_POSIX
|
||||
extern "C"
|
||||
int kill (__pid_t __pid, int __sig) __THROW;
|
||||
#endif
|
||||
#define SIGINT 2
|
||||
#endif
|
||||
|
||||
#undef _SP
|
||||
|
||||
namespace ArmGen
|
||||
|
Loading…
Reference in New Issue
Block a user