Skip to content
Snippets Groups Projects
Commit dd810218 authored by Ivan Tham's avatar Ivan Tham
Browse files

Add lockf

Fix #1631
parent 783ddd8e
No related branches found
No related tags found
No related merge requests found
......@@ -1447,6 +1447,12 @@ extern "C" {
n: *mut size_t,
stream: *mut FILE,
) -> ssize_t;
pub fn lockf(
fd: ::c_int,
cmd: ::c_int,
len: ::off_t,
) -> ::c_int;
}
cfg_if! {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment