brintos

brintos / linux-shallow public Read only

0
0
Text · 158 B · e994f7b Raw
10 lines · c
1// SPDX-License-Identifier: GPL-2.02 3#include <linux/export.h>4#include <linux/errname.h>5 6const char *rust_helper_errname(int err)7{8	return errname(err);9}10