Module Name: src Committed By: kamil Date: Sat Mar 21 22:45:47 UTC 2020
Modified Files: src/sys/sys: cdefs.h Log Message: Expand the support of __no[sanitizer] attributes Add support for RUMPKERNEL that can reuse these attributes in the same code. These macros are not intended to be used by userland and are still disabled there. They are a NetBSD specific extension. Add proper support for clang and GCC. Set __no[sanitizer] only under a sanitizer, as otherwise there are build warnings about unused compiler attributes. Reviewed by <maxv> To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/sys/sys/cdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.