build_bug.c 158 B

123456789
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/export.h>
  3. #include <linux/errname.h>
  4. const char *rust_helper_errname(int err)
  5. {
  6. return errname(err);
  7. }