Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/1.81.0
/
.
/
tests
/
rustdoc-js
/
underscoredtype.rs
blob: 83c532cf855dd7f378e5799d89661eda94727dc0 [
file
] [
log
] [
blame
]
pub
mod
unix
{
#[
allow
(
non_camel_case_types
)]
pub
type
pid_t
=
i32
;
pub
fn
get_pid
()
->
pid_t
{
0
}
pub
fn
set_pid
(
_
:
pid_t
)
{}
}