add cbindgen struct to bits file

This commit is contained in:
auronandace
2026-02-12 14:28:47 +00:00
parent 0e1af0503e
commit f1ec5a4856
+3
View File
@@ -66,3 +66,6 @@ impl timespec {
return self.tv_nsec == 0 && self.tv_sec == 0;
}
}
#[unsafe(no_mangle)]
pub unsafe extern "C" fn cbindgen_stupid_alias_timespec(_: timespec) {}