Date: Tue, 15 Feb 2005 01:33:32 GMT From: David Xu <davidxu@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 71087 for review Message-ID: <200502150133.j1F1XW4Y069662@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71087 Change 71087 by davidxu@davidxu_tiger on 2005/02/15 01:32:44 rename libkse2 to libthread. Affected files ... .. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_symbols.c#5 edit Differences ... ==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_symbols.c#5 (text+ko) ==== @@ -40,7 +40,7 @@ /* A collection of symbols needed by debugger */ -/* int _libkse_debug */ +/* int _libthread_debug */ int _thread_off_tcb = offsetof(struct pthread, tcb); int _thread_off_tid = offsetof(struct pthread, tid); int _thread_off_next = offsetof(struct pthread, tle.tqe_next);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502150133.j1F1XW4Y069662>