Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
attr-no_sanitize_address.c
blob: b57ee55a5b90593dd4815036663bedda0e74da3e [
file
] [
log
] [
blame
]
#define
__no_sanitize_address __attribute__
((
no_sanitize_address
))
static
void
__no_sanitize_address bar
(
void
)
{
}
/*
* check-name: attribute no_sanitize_address
*/