Skip to content
Snippets Groups Projects
Commit cfd561c2 authored by bors's avatar bors
Browse files

Auto merge of #1605 - zvirja:fix-mipsel-unknown-linux-uclibc, r=gnzlbg

parents 51ae96a5 7335d1e4
No related branches found
No related tags found
No related merge requests found
......@@ -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! {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment