mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
net: fix docs discription in unix module (#6791)
This commit is contained in:
parent
bb7ca7507b
commit
3b677d1fde
@ -26,14 +26,14 @@ pub use ucred::UCred;
|
||||
|
||||
pub mod pipe;
|
||||
|
||||
/// A type representing process and process group IDs.
|
||||
/// A type representing user ID.
|
||||
#[allow(non_camel_case_types)]
|
||||
pub type uid_t = u32;
|
||||
|
||||
/// A type representing user ID.
|
||||
/// A type representing group ID.
|
||||
#[allow(non_camel_case_types)]
|
||||
pub type gid_t = u32;
|
||||
|
||||
/// A type representing group ID.
|
||||
/// A type representing process and process group IDs.
|
||||
#[allow(non_camel_case_types)]
|
||||
pub type pid_t = i32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user