Module Name: src
Committed By: skrll
Date: Fri Sep 23 14:10:28 UTC 2016
Modified Files:
src/sys/compat/netbsd32: syscalls.master
Log Message:
Add wait6 and clock_getcpuclockid2
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/compat/netbsd32/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/compat/netbsd32/syscalls.master
diff -u src/sys/compat/netbsd32/syscalls.master:1.113 src/sys/compat/netbsd32/syscalls.master:1.114
--- src/sys/compat/netbsd32/syscalls.master:1.113 Sat Sep 10 08:18:45 2016
+++ src/sys/compat/netbsd32/syscalls.master Fri Sep 23 14:10:28 2016
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.113 2016/09/10 08:18:45 skrll Exp $
+ $NetBSD: syscalls.master,v 1.114 2016/09/23 14:10:28 skrll Exp $
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -1053,4 +1053,9 @@
netbsd32_off_t pos, netbsd32_off_t len); }
480 STD { int|netbsd32||fdiscard(int fd, int PAD, \
netbsd32_off_t pos, netbsd32_off_t len); }
+481 STD { int|netbsd32||wait6(idtype_t idtype, id_t id, \
+ netbsd32_intp status, int options, \
+ netbsd32_wrusagep_t wru, netbsd32_siginfop_t info); }
+482 STD { int|netbsd32||clock_getcpuclockid2(idtype_t idtype, \
+ id_t id, netbsd32_clockidp_t clock_id); }