diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 15:14:48 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 15:14:48 +0100 |
commit | 3fa004b7d2d9a3648aa95b093000259a123fa2d8 (patch) | |
tree | d4426d826d2b32f671fb97ba3ac08ed4b7b5d964 /libc/sysdeps/linux | |
parent | cf67a3699e98c57b3a06e5dd4c7e70baa648db6a (diff) |
regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.h
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/arm/aeabi_mb_cur_max.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c b/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c index f12309eaf..77e979a65 100644 --- a/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c +++ b/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c @@ -23,9 +23,5 @@ int __aeabi_MB_CUR_MAX (void) { -#ifdef __UCLIBC_HAS_WCHAR__ return MB_CUR_MAX; -#else - return 1; -#endif } |