repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
rust
/
helpers
/
build_bug.c
blob
44e5794880373e5b4c3e9de5677d8e03ccd4a2be
1
// SPDX-License-Identifier: GPL-2.0
2
3
#include <linux/errname.h>
4
5
const char
*
rust_helper_errname
(
int
err
)
6
{
7
return
errname
(
err
);
8
}