cleanup the bits headers

This commit is contained in:
auronandace
2026-06-10 11:16:22 +01:00
parent da1baa9e4a
commit 73a111b67e
41 changed files with 74 additions and 88 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use crate::platform::types::c_long;
/// Used for system times in clock ticks or CLOCKS_PER_SEC.
/// Used for system times in clock ticks or `CLOCKS_PER_SEC`.
#[allow(non_camel_case_types)]
pub type clock_t = c_long;