Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2005 13:12:01 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71307 for review
Message-ID:  <200502191312.j1JDC1at023653@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 71307 by davidxu@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;



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