summaryrefslogtreecommitdiff
path: root/malloc/tst-mallocfork.c
AgeCommit message (Collapse)Author
2005-12-06* malloc/tst-mallocfork.c (do_test): Make sure sa_flags isRoland McGrath
initialized. Reported by John Reiser <jreiser@BitWagon.com>.
2005-09-27[BZ #838]Ulrich Drepper
* malloc/arena.c (ptmalloc_lock_all): If global lock already taken by the same thread, just bump the counter. (ptmalloc_unlock_all): If counter for recursive locks hasn't reached zero, don't do anything else. * malloc/Makefile (tests): Add tst-mallocfork. * malloc/tst-mallocfork.c: New file.
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek