CVS commit: src/common/lib/libc/arch/m68k/atomic
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src
Committed By: skrll
Date: Wed May 6 17:31:36 UTC 2026
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_init_m68k.c
Log Message:
Remove the __sync_val_compare_and_swap_[12] aliases from m68k and use
the new wrapper functions in
common/lib/libc/atomic/atomic_cas_{8,16}_cas.c
as all other that need these funcitions platforms do.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/common/lib/libc/arch/m68k/atomic/atomic_init_m68k.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.