chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / debian / patches / arm / local-eabi-wchar.diff
1 ---
2  ports/sysdeps/arm/eabi/bits/wchar.h |   26 ++++++++++++++++++++++++++
3  1 file changed, 26 insertions(+)
4
5 --- /dev/null
6 +++ b/ports/sysdeps/arm/eabi/bits/wchar.h
7 @@ -0,0 +1,26 @@
8 +/* wchar_t type related definitions.
9 +   Copyright (C) 2000 Free Software Foundation, Inc.
10 +   This file is part of the GNU C Library.
11 +
12 +   The GNU C Library is free software; you can redistribute it and/or
13 +   modify it under the terms of the GNU Lesser General Public
14 +   License as published by the Free Software Foundation; either
15 +   version 2.1 of the License, or (at your option) any later version.
16 +
17 +   The GNU C Library is distributed in the hope that it will be useful,
18 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
19 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20 +   Lesser General Public License for more details.
21 +
22 +   You should have received a copy of the GNU Lesser General Public
23 +   License along with the GNU C Library; if not, write to the Free
24 +   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
25 +   02111-1307 USA.  */
26 +
27 +#ifndef _BITS_WCHAR_H
28 +#define _BITS_WCHAR_H  1
29 +
30 +#define __WCHAR_MIN    ( 0 )
31 +#define __WCHAR_MAX    ( (wchar_t) - 1 )
32 +
33 +#endif /* bits/wchar.h */