Subject: CVS commit: src/lib/libc/stdlib
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/07/2007 21:45:18
Module Name:	src
Committed By:	he
Date:		Sun Oct  7 21:45:18 UTC 2007

Modified Files:
	src/lib/libc/stdlib: jemalloc.c

Log Message:
On sparc64, both __sparc__ and __sparc64__ is defined.  Avoid redefinition
of size constants for sparc64.

This code still produces many, many lint warnings due to "may loose accuracy"
when mixing long/int, and also warnings related to <<.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/stdlib/jemalloc.c

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