Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/stdlib
Module Name: src
Committed By: xtraeme
Date: Mon Feb 25 14:35:54 UTC 2008
Modified Files:
src/lib/libc/stdlib: atexit.c
Log Message:
There's no need to do the mutex_trylock dance anymore in __cxa_finalize(),
just using mutex_lock() is enough.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 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