Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269307
Collapse All | Expand All

(-)a/glibc-2.9-20081201/nptl/init.c (-1 / +1 lines)
Lines 236-242 extern void **__libc_dl_error_tsd (void) __attribute__ ((const)); Link Here
236
236
237
237
238
/* This can be set by the debugger before initialization is complete.  */
238
/* This can be set by the debugger before initialization is complete.  */
239
static bool __nptl_initial_report_events;
239
static bool __nptl_initial_report_events __attribute_used__;
240
240
241
void
241
void
242
__pthread_initialize_minimal_internal (void)
242
__pthread_initialize_minimal_internal (void)
(-)a/glibc-2.9-20081201/nptl/pthread_create.c (-2 / +2 lines)
Lines 40-49 static int start_thread (void *arg); Link Here
40
int __pthread_debug;
40
int __pthread_debug;
41
41
42
/* Globally enabled events.  */
42
/* Globally enabled events.  */
43
static td_thr_events_t __nptl_threads_events;
43
static td_thr_events_t __nptl_threads_events __attribute_used__;
44
44
45
/* Pointer to descriptor with the last event.  */
45
/* Pointer to descriptor with the last event.  */
46
static struct pthread *__nptl_last_event;
46
static struct pthread *__nptl_last_event __attribute_used__;
47
47
48
/* Number of threads running.  */
48
/* Number of threads running.  */
49
unsigned int __nptl_nthreads = 1;
49
unsigned int __nptl_nthreads = 1;

Return to bug 269307