diff options
Diffstat (limited to 'libc/stdio/refill.c')
-rw-r--r-- | libc/stdio/refill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/refill.c b/libc/stdio/refill.c index 5b0811f6a..a7c4bff82 100644 --- a/libc/stdio/refill.c +++ b/libc/stdio/refill.c @@ -53,7 +53,7 @@ __srefill(FILE *fp) { fp->_r = 0; /* largely a convenience for callers */ -#if !defined(__ANDROID__) +#if !defined(__BIONIC__) /* SysV does not make this test; take it out for compatibility */ if (fp->_flags & __SEOF) return (EOF); |