PERFORCE change 75223 for review

David Xu davidxu at FreeBSD.org
Thu Apr 14 18:03:27 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=75223

Change 75223 by davidxu at davidxu_celeron on 2005/04/15 01:03:08

	signal mask can be inherited from parent thread.

Affected files ...

.. //depot/projects/davidxu_thread/src/sys/sys/thr.h#6 edit

Differences ...

==== //depot/projects/davidxu_thread/src/sys/sys/thr.h#6 (text+ko) ====

@@ -47,7 +47,6 @@
     char	*tls_base;		/* tls base address. */
     size_t	tls_size;		/* tls size. */
     int		tls_seg;		/* which seg is to set for tls. */
-    sigset_t	sigmask;		/* signal mask for new thread. */
     long	*child_tid;		/* address to store new TID. */
     long	parent_tid;		/* parent accesses the new TID here. */
     int		*user_crit;		/* reserved */


More information about the p4-projects mailing list