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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index bb9f5f0b9c..de19bafcd5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2007-05-16 Roland McGrath <roland@redhat.com> + + * init.c (__nptl_initial_report_events): New variable. + (__pthread_initialize_minimal_internal): Initialize pd->report_events + to that. + 2007-06-22 Jakub Jelinek <jakub@redhat.com> * pthread_getattr_np.c (pthread_getattr_np): Clear cpuset and |