aboutsummaryrefslogtreecommitdiff
path: root/intl/osdep.c
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2006-05-22 15:30:13 +0000
committerSteve Ellcey <sje@cup.hp.com>2006-05-22 15:30:13 +0000
commitbf070c84b1cefffd5ff11aabd1dab8ddaefa6a26 (patch)
tree88f9733ad6532367d457f0d69da529363d49f618 /intl/osdep.c
parent943284cc7c29a74a1bd1c7d90ea6dbd03bc8b17c (diff)
downloadfsf-binutils-gdb-bf070c84b1cefffd5ff11aabd1dab8ddaefa6a26.zip
fsf-binutils-gdb-bf070c84b1cefffd5ff11aabd1dab8ddaefa6a26.tar.gz
fsf-binutils-gdb-bf070c84b1cefffd5ff11aabd1dab8ddaefa6a26.tar.bz2
2006-05-22 Steve Ellcey <sje@cup.hp.com>
* MAINTAINERS: Change intl updating instructions. * config.rpath: Copy from GCC tree. * intl: Replace contents of intl directory with intl from GCC tree.
Diffstat (limited to 'intl/osdep.c')
-rw-r--r--intl/osdep.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/intl/osdep.c b/intl/osdep.c
new file mode 100644
index 0000000..83a96a7
--- /dev/null
+++ b/intl/osdep.c
@@ -0,0 +1,24 @@
+/* OS dependent parts of libintl.
+ Copyright (C) 2001-2002 Free Software Foundation, Inc.
+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
+ USA. */
+
+#if defined __EMX__
+# include "os2compat.c"
+#else
+/* Avoid AIX compiler warning. */
+typedef int dummy;
+#endif