PERFORCE change 55967 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Jun 27 21:05:17 PDT 2004


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

Change 55967 by marcel at marcel_nfs on 2004/06/28 04:05:05

	Follow davidxu@ and add _libc_r_debug.

Affected files ...

.. //depot/projects/gdb/lib/libc_r/uthread/pthread_private.h#3 edit

Differences ...

==== //depot/projects/gdb/lib/libc_r/uthread/pthread_private.h#3 (text+ko) ====

@@ -1180,6 +1180,15 @@
 #endif
 ;
 
+/*
+ * libthread_db.so support.
+ */
+SCLASS int _libc_r_debug
+#ifdef GLOBAL_PTHREAD_PRIVATE
+= 0
+#endif
+;
+
 /* Undefine the storage class specifier: */
 #undef  SCLASS
 


More information about the p4-projects mailing list