From d236fbed3338996fd6ed7791178f5c1972864b50 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 23 Dec 2020 19:37:12 -0800 Subject: android: fix socket module, failing tests. * socket.c: Add missing #include . * tests/017/glob-carray.tl, tests/017/glob-zarray.tl: Use same definition for struct glob as Cygwin. Both are of BSD origin. * tests/017/realpath.tl: Do not test on Android. * tests/common.tl (os-symbol): Detect Android and return :android. (libc): Handle :android. --- tests/017/glob-zarray.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/017/glob-zarray.tl') diff --git a/tests/017/glob-zarray.tl b/tests/017/glob-zarray.tl index b095e45e..e3f6d08b 100644 --- a/tests/017/glob-zarray.tl +++ b/tests/017/glob-zarray.tl @@ -12,7 +12,7 @@ (nil int) (pathv (ptr-out (zarray str))) (nil (array 4 cptr))))) - ((:cygnal :cygwin) + ((:cygnal :cygwin :android) (deffi-type glob-t (struct glob-t (pathc size-t) (nil size-t) -- cgit v1.2.3