diff options
-rw-r--r-- | gettext-runtime/intl/localealias.c | 8 |
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)) { |