sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Add support for querying `CLOCK_BOOTTIME` #38

Closed CryZe closed 11 months ago

CryZe commented 11 months ago

This adds support for querying boot time.

CryZe commented 11 months ago

Not sure if there's a reason why there's a dynamic one and it wasn't called, so maybe this isn't right. Also all Rust targets require a newer kernel, so it may not even need to stay "dynamic".