Added Python (Thanks to Beholder) - it fails to build properly using my build system,
so there's a precompiled binary included, with a hack in Android.mk to make it work on NDK r4b
This commit is contained in:
14
project/jni/python/src/RISCOS/unixstuff.h
Normal file
14
project/jni/python/src/RISCOS/unixstuff.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Fudge unix isatty and fileno for RISCOS */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
int fileno(FILE *f);
|
||||
int isatty(int fn);
|
||||
unsigned int unixtime(unsigned int ld,unsigned int ex);
|
||||
int acorntime(unsigned int *ex, unsigned int *ld, time_t ut);
|
||||
|
||||
int isdir(char *fn);
|
||||
int isfile(char *fn);
|
||||
int object_exists(char *fn);
|
||||
|
||||
Reference in New Issue
Block a user