Skip to content

Commit 2f220fc

Browse files
committed
unistd: add module-level doc comment that makes sense
The previous one was entirely too generic. Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent 4b6b7b4 commit 2f220fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unistd.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! Standard symbolic constants and types
2-
//!
1+
//! Safe wrappers around functions found in libc "unistd.h" header
2+
33
use {Errno, Error, Result, NixPath};
44
use fcntl::{fcntl, OFlag, O_CLOEXEC, FD_CLOEXEC};
55
use fcntl::FcntlArg::F_SETFD;

0 commit comments

Comments
 (0)