Date: Tue, 5 Apr 2005 11:27:01 GMT From: David Xu <davidxu@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 74506 for review Message-ID: <200504051127.j35BR1jn031785@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=74506 Change 74506 by davidxu@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504051127.j35BR1jn031785>
