diff --git a/src/unix/notbsd/linux/other/mod.rs b/src/unix/notbsd/linux/other/mod.rs
index 5037e1a9a96dec0917aa45f1c1c1b946aee7b6f1..92d9ae28ff157221f23590219ea987ec80f5928d 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 {