Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Add wait6 and clock_getcpuclockid2



details:   https://anonhg.NetBSD.org/src/rev/8d29cc9f4b80
branches:  trunk
changeset: 818066:8d29cc9f4b80
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Sep 23 14:10:28 2016 +0000

description:
Add wait6 and clock_getcpuclockid2

diffstat:

 sys/compat/netbsd32/syscalls.master |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c8a3c67a684e -r 8d29cc9f4b80 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master       Fri Sep 23 14:09:39 2016 +0000
+++ b/sys/compat/netbsd32/syscalls.master       Fri Sep 23 14:10:28 2016 +0000
@@ -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); }
 



Home | Main Index | Thread Index | Old Index