From 27fbcf79bc05e63f8687e61ce83fb29c77683b4a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 13 Mar 2011 00:29:45 +0100 Subject: signal.h: move prototypes for __syscall_[rt_]sigaction to common place solve inconsistency between archs NPTL should not use __syscall_rt_sigaction at all, for now it needs to be visible Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/alpha/bits/kernel_sigaction.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libc/sysdeps/linux/alpha') diff --git a/libc/sysdeps/linux/alpha/bits/kernel_sigaction.h b/libc/sysdeps/linux/alpha/bits/kernel_sigaction.h index cd6b2133d..7746e3078 100644 --- a/libc/sysdeps/linux/alpha/bits/kernel_sigaction.h +++ b/libc/sysdeps/linux/alpha/bits/kernel_sigaction.h @@ -9,12 +9,4 @@ struct old_kernel_sigaction { unsigned int sa_flags; }; -/* In uclibc, userspace struct sigaction is identical to - * "new" struct kernel_sigaction (one from the Linux 2.1.68 kernel). - * See sigaction.h - */ - -extern int __syscall_rt_sigaction (int, const struct sigaction *, - struct sigaction *, size_t) attribute_hidden; - #endif -- cgit v1.2.3