Commit 6f998e1c authored by mtufan's avatar mtufan

puae 2.3.3 android

parent ae1aa8f1
......@@ -1142,7 +1142,7 @@ case $os in
| -hiux* | -386bsd* | -knetbsd* | -netbsd* | -openbsd* | -kfreebsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -udi* | -eabi* | -androideabi* | -lites* | -ieee* | -go32* | -aux* \
| -chorusos* | -chorusrdb* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
......
......@@ -60,6 +60,9 @@
#endif
#define WAITSIGNAL waitsig (context, sb)
#ifdef ANDROID
#define IPPROTO_ENCAP 98
#endif
/* Sigqueue is unsafe on SMP machines.
* Temporary work-around.
......
......@@ -367,7 +367,7 @@ int
#endif /* STAT_STATVFS */
#if !defined(STAT_STATFS2_FS_DATA) && !defined(STAT_READ_FILSYS)
#if !defined(STAT_STATFS2_FS_DATA) && !defined(STAT_READ_FILSYS) && !defined(ANDROID)
/* !Ultrix && !SVR2 */
fsp->fsu_blocks = CONVERT_BLOCKS (fsd.f_blocks);
......
......@@ -11,7 +11,9 @@
#include "sysdeps.h"
#include "options.h"
#ifndef ANDROID
#include <sys/sysctl.h>
#endif
#include "include/memory.h"
#ifdef JIT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment