Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern add wait6



details:   https://anonhg.NetBSD.org/src/rev/4fc334988322
branches:  trunk
changeset: 344500:4fc334988322
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 02 21:01:32 2016 +0000

description:
add wait6

diffstat:

 sys/kern/syscalls.master |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 5cb14a551faf -r 4fc334988322 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Sat Apr 02 20:46:37 2016 +0000
+++ b/sys/kern/syscalls.master  Sat Apr 02 21:01:32 2016 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.281 2015/12/03 02:51:00 pgoyette Exp $
+       $NetBSD: syscalls.master,v 1.282 2016/04/02 21:01:32 christos Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -979,3 +979,6 @@
                            off_t len); }
 480    STD  RUMP       { int|sys||fdiscard(int fd, int PAD, off_t pos, \
                            off_t len); }
+481    STD             { int|sys||wait6(idtype_t idtype, id_t id, \
+                           int *status, int options, struct wrusage *wru, \
+                           siginfo_t *info); }



Home | Main Index | Thread Index | Old Index