aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorbhgv <bhgv.empire@gmail.com>2018-03-02 03:36:20 +0200
committerbhgv <bhgv.empire@gmail.com>2018-03-02 03:36:20 +0200
commit0e00ccc314faa6ad00e55c4a2b09adff5a8c9459 (patch)
tree2c6f5b0f51b8a1c86fbcc5ddeb704d636aecae57 /tools
parent9114a6bf3780060ea5104bdff0cd6d234ffdeb2b (diff)
ready to build and run in Linux as a regular emu
Diffstat (limited to 'tools')
-rw-r--r--tools/styxtest/styxtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/styxtest/styxtest.c b/tools/styxtest/styxtest.c
index 72006e6..da3d1bf 100644
--- a/tools/styxtest/styxtest.c
+++ b/tools/styxtest/styxtest.c
@@ -1,7 +1,7 @@
#include <lib9.h>
#include "styxserver.h"
-#ifdef ANDROID
+//#ifdef ANDROID
#undef malloc
#undef free
#undef realloc
@@ -17,7 +17,7 @@ void* realloc_(void*p, size_t l){
void free_(void* p) {
free(p);
}
-#endif
+//#endif
/*