From 7fa44e257d29f8017088e9e3b953a2e601f63acd Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 14 Aug 1999 17:14:13 +0000 Subject: Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. These syscalls are needed to support a RH 6.0 environment. --- sys/alpha/linux/syscalls.master | 12 +++++++++--- sys/i386/linux/syscalls.master | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index ebd0869..94aecb7 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.17 1999/08/11 13:29:48 marcel Exp $ + $Id: syscalls.master,v 1.18 1999/08/12 19:51:03 marcel Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). @@ -248,8 +248,14 @@ 171 UNIMPL LINUX getresgid 172 UNIMPL LINUX prctl 173 UNIMPL LINUX rt_sigreturn -174 UNIMPL LINUX rt_sigaction -175 UNIMPL LINUX rt_sigprocmask +174 STD LINUX { int linux_rt_sigaction(int sig, \ + struct linux_new_sigaction *act, \ + struct linux_new_sigaction *oact, \ + size_t sigsetsize); } +175 STD LINUX { int linux_rt_sigprocmask(int how, \ + struct linux_new_sigset *mask, \ + struct linux_new_sigset *omask, \ + size_t sigsetsize); } 176 UNIMPL LINUX rt_sigpending 177 UNIMPL LINUX rt_sigtimedwait 178 UNIMPL LINUX rt_sigqueueinfo diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index ebd0869..94aecb7 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/linux/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.17 1999/08/11 13:29:48 marcel Exp $ + $Id: syscalls.master,v 1.18 1999/08/12 19:51:03 marcel Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). @@ -248,8 +248,14 @@ 171 UNIMPL LINUX getresgid 172 UNIMPL LINUX prctl 173 UNIMPL LINUX rt_sigreturn -174 UNIMPL LINUX rt_sigaction -175 UNIMPL LINUX rt_sigprocmask +174 STD LINUX { int linux_rt_sigaction(int sig, \ + struct linux_new_sigaction *act, \ + struct linux_new_sigaction *oact, \ + size_t sigsetsize); } +175 STD LINUX { int linux_rt_sigprocmask(int how, \ + struct linux_new_sigset *mask, \ + struct linux_new_sigset *omask, \ + size_t sigsetsize); } 176 UNIMPL LINUX rt_sigpending 177 UNIMPL LINUX rt_sigtimedwait 178 UNIMPL LINUX rt_sigqueueinfo -- cgit v1.1