Subject: CVS commit: [thorpej-atomic] src/common/lib/libc/atomic
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/13/2007 04:28:19
Module Name:	src
Committed By:	thorpej
Date:		Fri Apr 13 04:28:19 UTC 2007

Added Files:
	src/common/lib/libc/atomic [thorpej-atomic]: atomic_op_cas_impl.h

Log Message:
Add a header file that contains convenience macros for implementing
other types of atomic operations in terms of atomic_cas_32() (including
sub-32-bit operations).

XXX Probably does not work on big-endian yet.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 src/common/lib/libc/atomic/atomic_op_cas_impl.h

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