PERFORCE change 71307 for review

David Xu davidxu at FreeBSD.org
Sat Feb 19 05:12:03 PST 2005


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

Change 71307 by davidxu at davidxu_alona on 2005/02/19 13:11:30

	Fix debug symbols.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/pthread.map#5 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/pthread.map#5 (text+ko) ====

@@ -336,8 +336,8 @@
 	writev;
 
 	# Debugger needs these.
-	_libkse2_debug;
-	_thread_inited;
+	_libthread_debug;
+	_thread_initial;
 	_thread_active_threads;
 	_thread_keytable;
 	_thread_list;


More information about the p4-projects mailing list