diff options
author | 2004-09-19 22:04:15 +0000 | |
---|---|---|
committer | 2004-09-19 22:04:15 +0000 | |
commit | c660957c99f61eb52946ac6bf86a410337a63ca2 (patch) | |
tree | 2e09c6448e216a7dcd60cd6c24ebe1daa57607c7 | |
parent | another long that is really u_int (diff) | |
download | wireguard-openbsd-c660957c99f61eb52946ac6bf86a410337a63ca2.tar.xz wireguard-openbsd-c660957c99f61eb52946ac6bf86a410337a63ca2.zip |
proper sigsetreturn() args
-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 |