Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 10/30/2007 17:19:59
Module Name:	src
Committed By:	skrll
Date:		Tue Oct 30 17:19:59 UTC 2007

Modified Files:
	src/lib/libc/stdlib: exit.c
	src/libexec/ld.elf_so: Makefile

Log Message:
Build a local copy of exit that doesn't call __cxa_finalize. It's not
needed and drags in a lot of libc via free.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/lib/libc/stdlib/exit.c
cvs rdiff -r1.82 -r1.83 src/libexec/ld.elf_so/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.