=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2018/parse/glob.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- OpenXM_contrib2/asir2018/parse/glob.c 2019/03/29 04:43:18 1.3 +++ OpenXM_contrib2/asir2018/parse/glob.c 2019/12/13 14:40:50 1.4 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2018/parse/glob.c,v 1.2 2018/09/21 07:06:52 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2018/parse/glob.c,v 1.3 2019/03/29 04:43:18 ohara Exp $ */ #include "ca.h" #include "al.h" @@ -567,7 +567,7 @@ void int_handler(int sig) return; } #endif -#if defined(linux) +#if !defined(ANDROID) && defined(linux) #if 1 while ( stdin->_IO_read_ptr < stdin->_IO_read_end ) #else