PERFORCE change 71087 for review

David Xu davidxu at FreeBSD.org
Mon Feb 14 17:33:34 PST 2005


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

Change 71087 by davidxu at 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);


More information about the p4-projects mailing list