* malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_recursive_cntr.

This commit is contained in:
Ulrich Drepper 2005-10-10 13:56:58 +00:00
parent e851dca130
commit e265551875
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
2005-10-10 Ulrich Drepper <drepper@redhat.com>
* malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_arena_ptr.
* malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_recursive_cntr.
2005-10-08 Jakub Jelinek <jakub@redhat.com>