summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-13 12:37:04 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-13 12:37:04 +0000
commite9df2e7e6038b87c333edac12b971d8bfdf54528 (patch)
tree8ce991159217dcbdd3adc0e82febda3cd61eb198 /libc/sysdeps/linux/arm
parent5196e42e69782490d2cd1e2d74c0173629eab5e7 (diff)
make all "XXXhidden_proto(" consistently not use a space before '('
Diffstat (limited to 'libc/sysdeps/linux/arm')
-rw-r--r--libc/sysdeps/linux/arm/mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/mmap.c b/libc/sysdeps/linux/arm/mmap.c
index 0a74638ca..df550fedf 100644
--- a/libc/sysdeps/linux/arm/mmap.c
+++ b/libc/sysdeps/linux/arm/mmap.c
@@ -13,7 +13,7 @@
#if defined (__NR_mmap) || defined (__NR_mmap2)
-libc_hidden_proto (mmap)
+libc_hidden_proto(mmap)
#if defined (__UCLIBC_MMAP_HAS_6_ARGS__) && defined (__NR_mmap)
#define __NR__mmap __NR_mmap
static __inline__ _syscall6 (__ptr_t, _mmap, __ptr_t, addr, size_t, len,