summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-24 14:04:16 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-24 14:33:16 +0200
commit9c161b0dd392dc1f701a9b3915aedb714d0e0ab9 (patch)
treee93f7b4788f817b5e14dfdde69df5963a55ac80c
parent8ab9edca32c05ef995c2ec226e9be100d68c50cf (diff)
downloadexternal_gettext-9c161b0dd392dc1f701a9b3915aedb714d0e0ab9.zip
external_gettext-9c161b0dd392dc1f701a9b3915aedb714d0e0ab9.tar.gz
external_gettext-9c161b0dd392dc1f701a9b3915aedb714d0e0ab9.tar.bz2
intl: Build with fsetlocking broken on Androidreplicant-6.0
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--gettext-runtime/intl/localealias.c8
1 files changed, 0 insertions, 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 <ctype.h>
#include <stdio.h>
-#if defined _LIBC || defined HAVE___FSETLOCKING
-# include <stdio_ext.h>
-#endif
#include <sys/types.h>
#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))
{