684ec4a1f5
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.