Sign in
rust
/
rust-lang
/
gcc
/
88d60b6bc488ccc2ec3a87869dba73050b90d14c
/
.
/
libphobos
/
libdruntime
/
core
/
sys
/
bionic
/
unistd.d
blob: 65d32f9d0c20037df0a9f055f5d49b4fa29cbc7a [
file
] [
log
] [
blame
]
module
core
.
sys
.
bionic
.
unistd
;
version
(
CRuntime_Bionic
)
extern
(
C
)
nothrow
@nogc
:
int
flock
(
int
,
int
)
@trusted
;