]> git.ipfire.org Git - thirdparty/bash.git/blame - lib/intl/osdep.c
Imported from ../bash-4.0-rc1.tar.gz.
[thirdparty/bash.git] / lib / intl / osdep.c
CommitLineData
3185942a 1/* osdep.c - OS dependent parts of libintl. */
b80f6443 2
3185942a 3/* Copyright (C) 2001-2002, 2005-2009 Free Software Foundation, Inc.
b80f6443 4
3185942a
JA
5 This file is part of GNU Bash.
6
7 Bash is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 Bash is distributed in the hope that it will be useful,
b80f6443 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
3185942a
JA
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
b80f6443 16
3185942a
JA
17 You should have received a copy of the GNU General Public License
18 along with Bash. If not, see <http://www.gnu.org/licenses/>.
19*/
b80f6443
JA
20
21#if defined __EMX__
22# include "os2compat.c"
23#else
24/* Avoid AIX compiler warning. */
25typedef int dummy;
26#endif