Skip to content

Commit 0f93f37

Browse files
author
Andrew Salmon
committed
typo in sem_flg
somehow i didn't catch this on my machine...oversight
1 parent bc48202 commit 0f93f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/linux/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ s! {
229229
pub struct sembuf {
230230
pub sem_num: ::c_ushort,
231231
pub sem_op: ::c_short,
232-
pub semn_flg: ::c_short,
232+
pub sem_flg: ::c_short,
233233
}
234234

235235
pub struct semid_ds {

0 commit comments

Comments
 (0)