From 0a718a01bd45ad57ac6159ba93e193c38c90da24 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 31 Mar 2011 10:16:31 +0200 Subject: arm: avoid 2 compiler warnings Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/arm/aeabi_mb_cur_max.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/arm/aeabi_mb_cur_max.c') diff --git a/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c b/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c index 77e979a65..43cd3c762 100644 --- a/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c +++ b/libc/sysdeps/linux/arm/aeabi_mb_cur_max.c @@ -20,8 +20,8 @@ #include #include -int -__aeabi_MB_CUR_MAX (void) +int __aeabi_MB_CUR_MAX (void); +int __aeabi_MB_CUR_MAX (void) { return MB_CUR_MAX; } -- cgit v1.2.3