summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Salmon <asalmon.mm@gmail.com>2017-05-26 12:54:03 -0700
committerAndrew Salmon <asalmon.mm@gmail.com>2017-05-26 12:54:03 -0700
commit0f93f370e4a669e2e5075cf143e166ea5bfe707f (patch)
treec5064329ac0d9c31d158d1348b8683b38f4f40dc /src
parentbc48202e14cb5112de5199f1ebc8b8464637bcc1 (diff)
downloadrust-libc-0f93f370e4a669e2e5075cf143e166ea5bfe707f.tar.gz
typo in sem_flg
somehow i didn't catch this on my machine...oversight
Diffstat (limited to 'src')
-rw-r--r--src/unix/notbsd/linux/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/notbsd/linux/mod.rs b/src/unix/notbsd/linux/mod.rs
index 1082b26811..bf95fe92c1 100644
--- a/src/unix/notbsd/linux/mod.rs
+++ b/src/unix/notbsd/linux/mod.rs
@@ -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 {