summaryrefslogtreecommitdiff
path: root/rust/helpers/build_bug.c
blob: 14dbc55bb539589fd822ac8777b3fdaccfee7897 (plain)
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: GPL-2.0

#include <linux/errname.h>

__rust_helper const char *rust_helper_errname(int err)
{
	return errname(err);
}