typo in sem_flg

somehow i didn't catch this on my machine...oversight
This commit is contained in:
Andrew Salmon 2017-05-26 12:54:03 -07:00
parent bc48202e14
commit 0f93f370e4
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ s! {
pub struct sembuf {
pub sem_num: ::c_ushort,
pub sem_op: ::c_short,
pub semn_flg: ::c_short,
pub sem_flg: ::c_short,
}
pub struct semid_ds {