Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Add a pointer to p1003.1b semaphore data.



details:   https://anonhg.NetBSD.org/src/rev/db8725aecf9e
branches:  trunk
changeset: 542253:db8725aecf9e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jan 24 16:24:44 2003 +0000

description:
Add a pointer to p1003.1b semaphore data.

diffstat:

 sys/sys/proc.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a89d99e51b7e -r db8725aecf9e sys/sys/proc.h
--- a/sys/sys/proc.h    Fri Jan 24 13:08:22 2003 +0000
+++ b/sys/sys/proc.h    Fri Jan 24 16:24:44 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.154 2003/01/22 12:52:14 yamt Exp $  */
+/*     $NetBSD: proc.h,v 1.155 2003/01/24 16:24:44 thorpej Exp $       */
 
 /*-
  * Copyright (c) 1986, 1989, 1991, 1993
@@ -157,6 +157,8 @@
        struct vmspace  *p_vmspace;     /* Address space */
        struct sigacts  *p_sigacts;     /* Process sigactions (state is below)*/
 
+       void            *p_ksems;       /* p1003.1b semaphores */
+
 #define        p_ucred         p_cred->pc_ucred
 #define        p_rlimit        p_limit->pl_rlimit
 



Home | Main Index | Thread Index | Old Index