summaryrefslogtreecommitdiff
path: root/gettext-runtime/intl/osdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-runtime/intl/osdep.c')
-rw-r--r--gettext-runtime/intl/osdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-runtime/intl/osdep.c b/gettext-runtime/intl/osdep.c
index 7143d82..eda9d28 100644
--- a/gettext-runtime/intl/osdep.c
+++ b/gettext-runtime/intl/osdep.c
@@ -1,5 +1,5 @@
/* OS dependent parts of libintl.
- Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
+ Copyright (C) 2001-2002, 2006, 2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@@ -16,7 +16,7 @@
#if defined __CYGWIN__ || defined __MINGW32__
# include "intl-exports.c"
-#elif defined __EMX__
+#elif defined __EMX__ && !defined __KLIBC__
# include "os2compat.c"
#else
/* Avoid AIX compiler warning. */