svr4_stack_t --> svr4_sigaltstack

This commit is contained in:
mycroft 1995-08-14 00:57:13 +00:00
parent 475edc261c
commit 3b76c0ddef

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.10 1995/03/31 03:06:51 christos Exp $
$NetBSD: syscalls.master,v 1.11 1995/08/14 00:57:13 mycroft Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from SVR4).
@ -157,8 +157,8 @@
95 STD { int svr4_sigprocmask(int how, svr4_sigset_t *set, \
svr4_sigset_t *oset); }
96 STD { int svr4_sigsuspend(svr4_sigset_t *ss); }
97 STD { int svr4_sigaltstack(svr4_stack_t *nss, \
svr4_stack_t *oss); }
97 STD { int svr4_sigaltstack(struct svr4_sigaltstack *nss, \
struct svr4_sigaltstack *oss); }
98 STD { int svr4_sigaction(int signum, \
struct svr4_sigaction *nsa, \
struct svr4_sigaction *osa); }