From 2f9d92c9be61ec82ba71903ee218008ff527c37a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 28 Feb 2006 07:54:28 +0000 Subject: Mark __syscall_*sigaction hidden and add guard to the header --- libc/sysdeps/linux/hppa/bits/kernel_sigaction.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/hppa/bits') diff --git a/libc/sysdeps/linux/hppa/bits/kernel_sigaction.h b/libc/sysdeps/linux/hppa/bits/kernel_sigaction.h index cccaabbb9..4ae53fd3c 100644 --- a/libc/sysdeps/linux/hppa/bits/kernel_sigaction.h +++ b/libc/sysdeps/linux/hppa/bits/kernel_sigaction.h @@ -1,3 +1,6 @@ +#ifndef _BITS_SIGACTION_STRUCT_H +#define _BITS_SIGACTION_STRUCT_H + /* We have a separate header file here because we do not support SA_RESTORER on hppa. */ @@ -18,4 +21,6 @@ struct kernel_sigaction { }; extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *__unbounded, - struct kernel_sigaction *__unbounded, size_t); + struct kernel_sigaction *__unbounded, size_t) attribute_hidden; + +#endif -- cgit v1.2.3