build_bug.c 146 B

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