diff options
author | Roland McGrath <roland@gnu.org> | 2007-06-26 06:47:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-06-26 06:47:56 +0000 |
commit | 7d9d8bd18906fdd17364f372b160d7ab896ce909 (patch) | |
tree | e6b4df694ddfc1b6457b8e8b8fb853fc4b10560c /nptl_db/db_info.c | |
parent | 0ecf9c1064e40f02d4b4e693e676c0f113372d57 (diff) | |
download | glibc-7d9d8bd18906fdd17364f372b160d7ab896ce909.tar.gz glibc-7d9d8bd18906fdd17364f372b160d7ab896ce909.tar.xz glibc-7d9d8bd18906fdd17364f372b160d7ab896ce909.zip |
* init.c (__nptl_initial_report_events): New variable.
(__pthread_initialize_minimal_internal): Initialize pd->report_events to that.
Diffstat (limited to 'nptl_db/db_info.c')
-rw-r--r-- | nptl_db/db_info.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nptl_db/db_info.c b/nptl_db/db_info.c index 6d5eb4b1d8..25b5ccdf90 100644 --- a/nptl_db/db_info.c +++ b/nptl_db/db_info.c @@ -1,7 +1,7 @@ /* This file is included by pthread_create.c to define in libpthread all the magic symbols required by libthread_db. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -38,6 +38,8 @@ typedef struct typedef struct link_map link_map; +/* Actually static in nptl/init.c, but we only need it for typeof. */ +extern bool __nptl_initial_report_events; #define schedparam_sched_priority schedparam.sched_priority |