relibc: remove duplicate [fn] section in sys_statfs/cbindgen.toml

cbindgen 0.29.x rejects duplicate TOML sections when the header-specific
cbindgen.toml is concatenated with cbindgen.globdefs.toml (which already
defines [fn]). The [fn] prefix = "" in sys_statfs was redundant (it's the
default), so removing it fixes the duplicate key error.
This commit is contained in:
Red Bear OS
2026-07-10 15:12:00 +03:00
parent afae337004
commit 684ec4a1f5
-3
View File
@@ -6,6 +6,3 @@ usize_is_size_t = true
[export]
include = ["statfs"]
[fn]
prefix = ""