Skip to content
Snippets Groups Projects
Commit bf92b760 authored by gnzlbg's avatar gnzlbg
Browse files

Remove duplicated flock type in s390x

parent 4bd419eb
No related branches found
No related tags found
No related merge requests found
......@@ -149,14 +149,6 @@ s! {
pub c_ospeed: ::speed_t,
}
pub struct flock {
pub l_type: ::c_short,
pub l_whence: ::c_short,
pub l_start: ::off_t,
pub l_len: ::off_t,
pub l_pid: ::pid_t,
}
pub struct __psw_t {
pub mask: u64,
pub addr: u64,
......
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