From 927f912f58f7d57c65c1dbb05b026cbc0eb7d3f3 Mon Sep 17 00:00:00 2001 From: auronandace Date: Fri, 15 May 2026 11:33:31 +0100 Subject: [PATCH] remove export rename --- src/header/sys_times/cbindgen.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/header/sys_times/cbindgen.toml b/src/header/sys_times/cbindgen.toml index 7871e12691..053234a2f6 100644 --- a/src/header/sys_times/cbindgen.toml +++ b/src/header/sys_times/cbindgen.toml @@ -13,6 +13,3 @@ prefix_with_name = true [export] include = ["tms"] - -[export.rename] -"tms" = "struct tms"