PERFORCE change 74718 for review
David Xu
davidxu at FreeBSD.org
Thu Apr 7 22:17:24 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=74718
Change 74718 by davidxu at davidxu_celeron on 2005/04/08 05:16:52
remove locklevel offset, no longer need.
Affected files ...
.. //depot/projects/davidxu_thread/src/lib/libthr/thread/thr_symbols.c#6 edit
Differences ...
==== //depot/projects/davidxu_thread/src/lib/libthr/thread/thr_symbols.c#6 (text+ko) ====
@@ -45,7 +45,6 @@
int _thread_off_tid = offsetof(struct pthread, tid);
int _thread_off_next = offsetof(struct pthread, tle.tqe_next);
int _thread_off_attr_flags = offsetof(struct pthread, attr.flags);
-int _thread_off_thr_locklevel = offsetof(struct pthread, locklevel);
int _thread_off_linkmap = offsetof(Obj_Entry, linkmap);
int _thread_off_tlsindex = offsetof(Obj_Entry, tlsindex);
int _thread_off_enable_event = offsetof(struct pthread, enable_event);
More information about the p4-projects
mailing list