From 244539cd0852bbcf8f21507d7ff866d8e7fcff18 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 20 Nov 2007 10:09:16 +0000 Subject: Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso --- libc/sysdeps/linux/common/bits/kernel_sigaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/bits/kernel_sigaction.h') diff --git a/libc/sysdeps/linux/common/bits/kernel_sigaction.h b/libc/sysdeps/linux/common/bits/kernel_sigaction.h index 2fdfc897e..7af027735 100644 --- a/libc/sysdeps/linux/common/bits/kernel_sigaction.h +++ b/libc/sysdeps/linux/common/bits/kernel_sigaction.h @@ -63,6 +63,6 @@ extern int __syscall_sigaction (int, const struct old_kernel_sigaction *__unboun #endif extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *__unbounded, - struct kernel_sigaction *__unbounded, size_t) attribute_hidden; + struct kernel_sigaction *__unbounded, size_t); #endif /* _BITS_SIGACTION_STRUCT_H */ -- cgit v1.2.3