Skip to content

Add utime.h docs, use unsafe blocks

Peter Limkilde Svendsen requested to merge plimkilde/relibc:utime-docs into master

This adds docs to the utime.h implementation. Since utime.h has been removed from newer versions of POSIX, I've added the #[deprecated] attribute.

Additionally, the utime() function has been modified to use unsafe blocks.

Merge request reports