Module Name:    src
Committed By:   skrll
Date:           Fri Sep 23 14:12:00 UTC 2016

Modified Files:
        src/sys/compat/netbsd32: netbsd32.h

Log Message:
Types for wait6 and clock_getcpuclockid2


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/compat/netbsd32/netbsd32.h

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/netbsd32.h
diff -u src/sys/compat/netbsd32/netbsd32.h:1.110 src/sys/compat/netbsd32/netbsd32.h:1.111
--- src/sys/compat/netbsd32/netbsd32.h:1.110	Sat Sep 17 02:44:38 2016
+++ src/sys/compat/netbsd32/netbsd32.h	Fri Sep 23 14:12:00 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: netbsd32.h,v 1.110 2016/09/17 02:44:38 christos Exp $	*/
+/*	$NetBSD: netbsd32.h,v 1.111 2016/09/23 14:12:00 skrll Exp $	*/
 
 /*
  * Copyright (c) 1998, 2001, 2008, 2015 Matthew R. Green
@@ -187,6 +187,7 @@ typedef int32_t netbsd32_timer_t;
 typedef	int32_t netbsd32_time50_t;
 typedef	netbsd32_int64 netbsd32_time_t;
 typedef netbsd32_pointer_t netbsd32_timerp_t;
+typedef netbsd32_pointer_t netbsd32_clockidp_t;
 
 typedef netbsd32_pointer_t netbsd32_timespec50p_t;
 struct netbsd32_timespec50 {
@@ -383,6 +384,12 @@ struct	netbsd32_rusage {
 	netbsd32_long	ru_nivcsw;	/* involuntary " */
 };
 
+typedef netbsd32_pointer_t netbsd32_wrusagep_t;
+struct netbsd32_wrusage {
+	struct netbsd32_rusage	wru_self;
+	struct netbsd32_rusage	wru_children;
+};
+
 typedef netbsd32_pointer_t netbsd32_orlimitp_t;
 
 typedef netbsd32_pointer_t netbsd32_rlimitp_t;

Reply via email to