Skip to content
Snippets Groups Projects
Unverified Commit 30acc1c2 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #719

719: Add basic docs for timer and semaphore syscalls r=stlankes a=nathanwhyte

Helping with issue #353

Added _(very)_ basic documentation to syscalls in [`timer.rs`](https://github.com/hermitcore/libhermit-rs/blob/master/src/syscalls/timer.rs) and [`semaphore.rs`](https://github.com/hermitcore/libhermit-rs/blob/master/src/syscalls/semaphore.rs

)

I used Linux man pages as a reference when writing these.

Co-authored-by: default avatarNathan Whyte <nathanwhyte35@gmail.com>
parents 8d062138 d3145eb0
No related branches found
No related tags found
No related merge requests found
Pipeline #968712 passed