Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 2004 09:18:45 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 65543 for review
Message-ID:  <200411200918.iAK9IjxH028790@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65543

Change 65543 by davidxu@davidxu_alona on 2004/11/20 09:18:38

	Fix DTV_OFFSET macro.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/arch/ia64/include/pthread_md.h#3 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/arch/ia64/include/pthread_md.h#3 (text+ko) ====

@@ -31,7 +31,7 @@
 
 #include <stddef.h>
 
-#define	DTV_OFFSET		offsetof(struct tcb, tcb_tp.tp_tdv)
+#define	DTV_OFFSET		offsetof(struct tcb, tcb_tdv)
 
 struct pthread;
 struct tcb;



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