remove system define that messes up termux

This commit is contained in:
Eric Betts 2022-01-30 11:37:11 -08:00
commit 98db74f28c

View file

@ -13,8 +13,6 @@
#if TARGET_OS_IOS || TARGET_OS_WATCH || TARGET_OS_TV
#define system(s) ((s)==NULL ? 0 : -1)
#endif // end iOS
#elif defined(__ANDROID__)
#define system(s) ((s)==NULL ? 0 : -1)
#endif
#include <limits.h>