summaryrefslogtreecommitdiff
path: root/libc/tzcode/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tzcode/strftime.c')
-rw-r--r--libc/tzcode/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/tzcode/strftime.c b/libc/tzcode/strftime.c
index b1e0d1cc6..c05f6b5bd 100644
--- a/libc/tzcode/strftime.c
+++ b/libc/tzcode/strftime.c
@@ -39,7 +39,7 @@
#include "fcntl.h"
#include "locale.h"
-#if __ANDROID__
+#if defined(__BIONIC__)
/* LP32 had a 32-bit time_t, so we need to work around that here. */
#if defined(__LP64__)