diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-12-08 04:06:02 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-12-08 04:06:02 +0000 |
commit | 0e201a5dfc0dc465044ac5c83a1e654c2a4734b2 (patch) | |
tree | 407c83e8368807167188e8b36fed0b53bfb58c0a /lib | |
parent | 8c6284ba25a79cb2700c47dfd7308350db1ca9ba (diff) |
remove unused data member from pthread_cond.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/uthread/pthread_private.h | 3 | ||||
-rw-r--r-- | lib/libpthread/uthread/pthread_private.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc_r/uthread/pthread_private.h b/lib/libc_r/uthread/pthread_private.h index 749c4e05791..a4ab5f48044 100644 --- a/lib/libc_r/uthread/pthread_private.h +++ b/lib/libc_r/uthread/pthread_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread_private.h,v 1.38 2002/11/12 20:12:45 marc Exp $ */ +/* $OpenBSD: pthread_private.h,v 1.39 2002/12/08 04:06:01 marc Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -296,7 +296,6 @@ struct pthread_cond { enum pthread_cond_type c_type; V_TAILQ_HEAD(cond_head, pthread) c_queue; pthread_mutex_t c_mutex; - void *c_data; long c_flags; int c_seqno; diff --git a/lib/libpthread/uthread/pthread_private.h b/lib/libpthread/uthread/pthread_private.h index 749c4e05791..a4ab5f48044 100644 --- a/lib/libpthread/uthread/pthread_private.h +++ b/lib/libpthread/uthread/pthread_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pthread_private.h,v 1.38 2002/11/12 20:12:45 marc Exp $ */ +/* $OpenBSD: pthread_private.h,v 1.39 2002/12/08 04:06:01 marc Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -296,7 +296,6 @@ struct pthread_cond { enum pthread_cond_type c_type; V_TAILQ_HEAD(cond_head, pthread) c_queue; pthread_mutex_t c_mutex; - void *c_data; long c_flags; int c_seqno; |