summaryrefslogtreecommitdiff
path: root/include/libc-symbols.h
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 /include/libc-symbols.h
parent5196e42e69782490d2cd1e2d74c0173629eab5e7 (diff)
make all "XXXhidden_proto(" consistently not use a space before '('
Diffstat (limited to 'include/libc-symbols.h')
-rw-r--r--include/libc-symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index 91124bf2f..0234d8642 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -460,7 +460,7 @@ FIXME! - ?
#if /*!defined STATIC &&*/ !defined __BCC__
# ifndef __ASSEMBLER__
-# define hidden_proto(name, attrs...) __hidden_proto (name, __GI_##name, ##attrs)
+# define hidden_proto(name, attrs...) __hidden_proto(name, __GI_##name, ##attrs)
# define __hidden_proto(name, internal, attrs...) \
extern __typeof (name) name __asm__ (__hidden_asmname (#internal)) \
__hidden_proto_hiddenattr (attrs);