Subject: CVS commit: src/common/lib/libc/arch
To: None <source-changes@NetBSD.org>
From: Takeshi Nakayama <nakayama@netbsd.org>
List: source-changes
Date: 01/22/2008 12:32:08
Module Name:	src
Committed By:	nakayama
Date:		Tue Jan 22 12:32:07 UTC 2008

Modified Files:
	src/common/lib/libc/arch/sparc/atomic: atomic_op_asm.h
	src/common/lib/libc/arch/sparc64/atomic: atomic_op_asm.h

Log Message:
Use __arch64__ instead of __sparc64__, since -D__sparc64__ is appended
to build option of sparc64 32-bit kernel.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h
cvs rdiff -r1.3 -r1.4 src/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h

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