From 02b53aad4c970408cab2b76408dbac85e08f8ae9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 1 Aug 2009 11:21:52 +0200 Subject: ioperm is not used internally, remove hidden_proto Without a hidden_def we'd end up with __GI_ioperm which is wrong. Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/ioperm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/ioperm.c b/libc/sysdeps/linux/common/ioperm.c index 64fc6470f..bca2fff0f 100644 --- a/libc/sysdeps/linux/common/ioperm.c +++ b/libc/sysdeps/linux/common/ioperm.c @@ -13,8 +13,10 @@ /* psm: can't #include , some archs miss it */ extern int ioperm(unsigned long __from, unsigned long __num, int __turn_on) __THROW; +/* Not needed internally; libc_hidden_proto(ioperm) - +*/ _syscall3(int, ioperm, unsigned long, from, unsigned long, num, int, turn_on) +/*libc_hidden_def(ioperm)*/ #endif -- cgit v1.2.3