Module Name:    src
Committed By:   christos
Date:           Sat Apr  2 21:01:32 UTC 2016

Modified Files:
        src/sys/kern: syscalls.master

Log Message:
add wait6


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 src/sys/kern/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/syscalls.master
diff -u src/sys/kern/syscalls.master:1.281 src/sys/kern/syscalls.master:1.282
--- src/sys/kern/syscalls.master:1.281	Wed Dec  2 21:51:00 2015
+++ src/sys/kern/syscalls.master	Sat Apr  2 17:01:32 2016
@@ -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); }

Reply via email to