Skip to content

Commit 038aedb

Browse files
committed
Fix android build
1 parent b66b8a4 commit 038aedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/android/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pub const SIG_SETMASK: ::c_int = 2;
188188

189189
pub const O_ACCMODE: ::c_int = 3;
190190

191-
pub const RUSAGE_CHILDREN: c_int = -1;
191+
pub const RUSAGE_CHILDREN: ::c_int = -1;
192192

193193
extern {
194194
pub fn madvise(addr: *const ::c_void, len: ::size_t, advice: ::c_int)

0 commit comments

Comments
 (0)