Files

9 lines
146 B
C
Raw Permalink Normal View History

2024-08-15 10:30:26 +00:00
// SPDX-License-Identifier: GPL-2.0
#include <linux/errname.h>
2026-01-05 12:42:21 +00:00
__rust_helper const char *rust_helper_errname(int err)
2024-08-15 10:30:26 +00:00
{
return errname(err);
}