Platform hack wasn't needed. Pandora has kill in signal.h

This commit is contained in:
Sacha 2013-01-13 21:33:11 +10:00
parent 4c827f6d68
commit d2e370459e

View File

@ -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