Skip to content

Commit bf92b76

Browse files
committed
Remove duplicated flock type in s390x
1 parent 4bd419e commit bf92b76

File tree

1 file changed

+0
-8
lines changed
  • src/unix/linux_like/linux/gnu/b64

1 file changed

+0
-8
lines changed

src/unix/linux_like/linux/gnu/b64/s390x.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,6 @@ s! {
149149
pub c_ospeed: ::speed_t,
150150
}
151151

152-
pub struct flock {
153-
pub l_type: ::c_short,
154-
pub l_whence: ::c_short,
155-
pub l_start: ::off_t,
156-
pub l_len: ::off_t,
157-
pub l_pid: ::pid_t,
158-
}
159-
160152
pub struct __psw_t {
161153
pub mask: u64,
162154
pub addr: u64,

0 commit comments

Comments
 (0)