Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
stable
/
linux-stable.git
/
master
/
.
/
rust
/
helpers
/
build_bug.c
blob: 14dbc55bb539589fd822ac8777b3fdaccfee7897 [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/errname.h>
__rust_helper
const
char
*
rust_helper_errname
(
int
err
)
{
return
errname
(
err
);
}