diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-19 22:04:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-19 22:04:16 +0000 |
commit | c4c0ea56efbfffae7c113eeb438a472ef7954b7d (patch) | |
tree | 372646782e21debacacac89ef34f96193cf63d7d /sys | |
parent | 275729f55ecc22424d81616ed7cd57b6510506a2 (diff) |
proper sigsetreturn() args
Diffstat (limited to 'sys')
-rw-r--r-- | sys/compat/hpux/hppa/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/hpux/hppa/syscalls.master b/sys/compat/hpux/hppa/syscalls.master index 6b4d75ef7ff..c3d88a45d0a 100644 --- a/sys/compat/hpux/hppa/syscalls.master +++ b/sys/compat/hpux/hppa/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.7 2004/07/15 20:07:41 mickey Exp $ + $OpenBSD: syscalls.master,v 1.8 2004/09/19 22:04:15 mickey Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -330,7 +330,7 @@ 221 UNIMPL 222 UNIMPL 223 UNIMPL -224 STD { void hpux_sigsetreturn(int cookie); } +224 STD { void hpux_sigsetreturn(caddr_t addr, int cookie, int len); } 225 UNIMPL sigsetstatemask 226 UNIMPL 227 UNIMPL cs |