diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-30 07:21:58 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-30 07:21:58 +0000 |
commit | 12b1e22b170890af1ae09907de600a6f978e22ff (patch) | |
tree | a50cf14b389dceabe6cca6ce268b629685875200 /libc/sysdeps/linux/arm | |
parent | c1c1a4f9cd97d81cca1306ebb6c3099313fd9ea2 (diff) |
Using hidden_proto solves this internally, my proposal was wrong
Diffstat (limited to 'libc/sysdeps/linux/arm')
-rw-r--r-- | libc/sysdeps/linux/arm/aeabi_mb_cur_max.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c b/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c index 55281bfc9..f68a3a193 100644 --- a/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c +++ b/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c @@ -20,9 +20,6 @@ #include <locale.h> #include <stdlib.h> -#undef MB_CUR_MAX -#define MB_CUR_MAX (_stdlib_mb_cur_max ()) -extern size_t _stdlib_mb_cur_max (void) __THROW __wur; libc_hidden_proto(_stdlib_mb_cur_max) int |