Skip to content

Commit

Permalink
Auto merge of #1605 - zvirja:fix-mipsel-unknown-linux-uclibc, r=gnzlbg
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Nov 28, 2019
2 parents 51ae96a + 7335d1e commit cfd561c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/unix/uclibc/mod.rs
Expand Up @@ -288,6 +288,12 @@ s! {
pub msgtql: ::c_int,
pub msgseg: ::c_ushort,
}

pub struct ucred {
pub pid: ::pid_t,
pub uid: ::uid_t,
pub gid: ::gid_t,
}
}

s_no_extra_traits! {
Expand Down

0 comments on commit cfd561c

Please sign in to comment.