Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
Module Name: src
Committed By: xtraeme
Date: Mon Feb 25 14:06:13 UTC 2008
Modified Files:
src/lib/libc/misc: initfini.c
src/lib/libc/stdlib: atexit.c
Log Message:
Make the atexit mutex recursive and initialize it in __libc_init()
as suggested by ad@, based on the patch provided by Sverre Froyen
in lib/37654.
Reviewed by ad@ and jmcneill@.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/misc/initfini.c
cvs rdiff -r1.19 -r1.20 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.
Home |
Main Index |
Thread Index |
Old Index