Sign in
android-kvm
/
linux
/
7013a8268d311fded6c7a6528fc1de82668e75f6
/
.
/
rust
/
helpers
/
build_bug.c
blob: e994f7b5928c0151e375ad7303fd02b12f522fbd [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/export.h>
#include
<linux/errname.h>
const
char
*
rust_helper_errname
(
int
err
)
{
return
errname
(
err
);
}