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:   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.




Home | Main Index | Thread Index | Old Index