Skip to content
Snippets Groups Projects
Commit f2942c67 authored by Andreas Schwab's avatar Andreas Schwab
Browse files

Define struct flock64 for riscv64-linux-gnu

parent 01ca4a4a
No related branches found
No related tags found
Loading
......@@ -205,6 +205,14 @@ s! {
pub l_len: ::off_t,
pub l_pid: ::pid_t,
}
pub struct flock64 {
pub l_type: ::c_short,
pub l_whence: ::c_short,
pub l_start: ::off64_t,
pub l_len: ::off64_t,
pub l_pid: ::pid_t,
}
}
pub const POSIX_FADV_DONTNEED: ::c_int = 4;
......
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