From 2de25f81a41015d257f584a7635e6b60c8b309e1 Mon Sep 17 00:00:00 2001 From: Raphael Cohn <raphael.cohn@stormmq.com> Date: Fri, 20 May 2016 10:35:40 +0100 Subject: [PATCH] glibc defines __priority_which_t two different ways --- src/unix/notbsd/linux/other/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/notbsd/linux/other/mod.rs b/src/unix/notbsd/linux/other/mod.rs index 5037e1a9..92d9ae28 100644 --- a/src/unix/notbsd/linux/other/mod.rs +++ b/src/unix/notbsd/linux/other/mod.rs @@ -1,7 +1,7 @@ pub type fsblkcnt_t = ::c_ulong; pub type fsfilcnt_t = ::c_ulong; pub type rlim_t = c_ulong; -pub type __priority_which_t = ::c_int; +pub type __priority_which_t = ::c_uint; s! { pub struct sigaction { -- GitLab