summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-07-11 02:34:44 +0000
committerGitHub <noreply@github.com>2022-07-11 02:34:44 +0000
commit5f859d10dfd21b99405054d80392649adc392fd0 (patch)
tree72fa1e2a0b79381c2a4c35e92d3c606fc67158a0 /src/sys
parentb1b43725dff4a9cc71836f6b45c8b5f66c15abb5 (diff)
parent349f3acf423f8f38d69eb49b89d2872864b871c4 (diff)
parentb3e4d59bd7ad8a816b2ebe5f4564d8b62bbba4f5 (diff)
downloadnix-5f859d10dfd21b99405054d80392649adc392fd0.zip
Merge #1759 #1760
1759: More docs for dir and mqueue r=rtzoeller a=asomers Add doc comments for the `dir` and `mqueue` modules. Also, delete dead code in `mqueue` 1760: Add const constructors for TimeSpec and TimeVal r=rtzoeller a=asomers These are basically the same as From<libc::timespec> and From<libc::timeval>, but they're const and require less typing. Co-authored-by: Alan Somers <asomers@gmail.com>