mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-22 13:10:43 +08:00
Merge pull request #1572 from bettse/fix_termux
remove system define that messes up termux
This commit is contained in:
commit
145f0853c4
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@
|
||||||
#if TARGET_OS_IOS || TARGET_OS_WATCH || TARGET_OS_TV
|
#if TARGET_OS_IOS || TARGET_OS_WATCH || TARGET_OS_TV
|
||||||
#define system(s) ((s)==NULL ? 0 : -1)
|
#define system(s) ((s)==NULL ? 0 : -1)
|
||||||
#endif // end iOS
|
#endif // end iOS
|
||||||
#elif defined(__ANDROID__)
|
|
||||||
#define system(s) ((s)==NULL ? 0 : -1)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue