PERFORCE change 74506 for review

David Xu davidxu at FreeBSD.org
Tue Apr 5 04:27:02 PDT 2005


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

Change 74506 by davidxu at davidxu_alona on 2005/04/05 11:26:41

	MFC

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread_db/thread_db.c#3 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread_db/thread_db.c#3 (text+ko) ====

@@ -44,13 +44,11 @@
 extern struct ta_ops libc_r_db_ops;
 extern struct ta_ops libpthread_db_ops;
 extern struct ta_ops libthr_db_ops;
-extern struct ta_ops libpthread2_db_ops;
 
 static struct ta_ops *ops[] = {
 	&libpthread_db_ops,
 	&libthr_db_ops,
-	&libc_r_db_ops,
-	&libpthread2_db_ops
+	&libc_r_db_ops
 };
 
 td_err_e


More information about the p4-projects mailing list