From 9c161b0dd392dc1f701a9b3915aedb714d0e0ab9 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Sat, 24 Jun 2017 14:04:16 +0200 Subject: intl: Build with fsetlocking broken on Android Signed-off-by: Wolfgang Wiedmeyer --- gettext-runtime/intl/localealias.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gettext-runtime/intl/localealias.c b/gettext-runtime/intl/localealias.c index f64f8ca..aea8177 100644 --- a/gettext-runtime/intl/localealias.c +++ b/gettext-runtime/intl/localealias.c @@ -27,9 +27,6 @@ #include #include -#if defined _LIBC || defined HAVE___FSETLOCKING -# include -#endif #include #ifdef __GNUC__ @@ -242,11 +239,6 @@ read_alias_file (const char *fname, int fname_len) if (fp == NULL) return 0; -#ifdef HAVE___FSETLOCKING - /* No threads present. */ - __fsetlocking (fp, FSETLOCKING_BYCALLER); -#endif - added = 0; while (!FEOF (fp)) { -- cgit v1.1