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:
@@ -6,6 +6,3 @@ usize_is_size_t = true
|
||||
|
||||
[export]
|
||||
include = ["statfs"]
|
||||
|
||||
[fn]
|
||||
prefix = ""
|
||||
|
||||
Reference in New Issue
Block a user