aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2005-01-14 18:07:05 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-14 18:07:05 -0800
commit5ed500c58d9a11baeb62321963298a3235ac5ee0 (patch)
tree5b6c4a31ce5e00dbf11712fe6e4f8f160a5a5f78 /kernel
parent8b0a7bd8add3c87583556ce8770bd4bc8f83cf41 (diff)
downloadhistory-5ed500c58d9a11baeb62321963298a3235ac5ee0.tar.gz
[PATCH] Make compat_rt_sigtimedwait conform
Compat syscalls need to start compat_sys_ otherwise PA-RISC's compat syscall wrappers don't work. Not that the individual involved bothered to patch PA-RISC ... Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/compat.c b/kernel/compat.c
index d1b1d4dd019a5a..f14fbde52bb392 100644
--- a/kernel/compat.c
+++ b/kernel/compat.c
@@ -701,7 +701,7 @@ sigset_from_compat (sigset_t *set, compat_sigset_t *compat)
}
asmlinkage long
-compat_rt_sigtimedwait (compat_sigset_t __user *uthese,
+compat_sys_rt_sigtimedwait (compat_sigset_t __user *uthese,
struct compat_siginfo __user *uinfo,
struct compat_timespec __user *uts, compat_size_t sigsetsize)
{