Subject: CVS commit: src/lib/libc/stdlib
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 03/20/2003 00:26:48
Module Name: src
Committed By: nathanw
Date: Wed Mar 19 22:26:48 UTC 2003
Modified Files:
src/lib/libc/stdlib: atexit.c
Log Message:
When implementing a recursive mutex, it helps if you remember to
decrement the recursion count.
Fixes the problem of uic dying with a no-next-thread assertion while
building kdeadmin3; reported by Perry Metzger and others on
tech-pkg.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/stdlib/atexit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.