Sign in
gnu
/
gcc
/
master
/
.
/
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
;