CVS commit: src/sys/arch/m68k/include
"Christos Zoulas" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: christos Date: Sun Mar 15 17:10:34 UTC 2026 Modified Files: src/sys/arch/m68k/include: asm.h Log Message: Make the _C_LABEL definition match exactly <sys/cdefs_elf.h> because atomic_cas.S now includes <sys/ras.h> and <sys/ras.h> includes <sys/cdefs.h> because it wants things like __CONCAT(). I think it is better to do it this way rather than #undef here or in atomic_cas.S because then if the definition changes it will break again. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/m68k/include/asm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.