summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/hppa/bits/kernel_sigaction.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-21 04:19:36 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-21 04:19:36 +0000
commit1e24bd2651150011034ab221d00a1dc5abea31b2 (patch)
treed6fcf9dd2936f18521ca281ce7d5ae62686c1d8b /libc/sysdeps/linux/hppa/bits/kernel_sigaction.h
parent1190da4a549057c997f053c5830ab1fbde58d14a (diff)
downloaduClibc-alpine-1e24bd2651150011034ab221d00a1dc5abea31b2.tar.bz2
uClibc-alpine-1e24bd2651150011034ab221d00a1dc5abea31b2.tar.xz
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/hppa/bits/kernel_sigaction.h')
-rw-r--r--libc/sysdeps/linux/hppa/bits/kernel_sigaction.h7
1 files changed, 6 insertions, 1 deletions
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