Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2002 02:55:46 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15371 for review
Message-ID:  <200208010955.g719tk8o069321@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15371

Change 15371 by mini@mini_stylus on 2002/08/01 02:55:33

	Remove the struct pthread sigwait field; we're no longer using it.

Affected files ...

.. //depot/projects/kse/lib/libc_r/uthread/pthread_private.h#4 edit

Differences ...

==== //depot/projects/kse/lib/libc_r/uthread/pthread_private.h#4 (text+ko) ====

@@ -493,7 +493,6 @@
 union pthread_wait_data {
 	pthread_mutex_t	mutex;
 	pthread_cond_t	cond;
-	const sigset_t	*sigwait;	/* Waiting on a signal in sigwait */
 	struct {
 		short	fd;		/* Used when thread waiting on fd */
 		short	branch;		/* Line number, for debugging.    */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208010955.g719tk8o069321>