1
Fork 0

Test fixes and rebase conflicts, round 2

This commit is contained in:
Alex Crichton 2015-03-24 16:55:35 -07:00
parent db2c3ba0cf
commit 3021d4c564
8 changed files with 17 additions and 11 deletions

View file

@ -2439,6 +2439,7 @@ pub mod consts {
}
pub mod posix88 {
use types::os::arch::c95::c_int;
use types::os::arch::posix88::mode_t;
pub const O_RDONLY : c_int = 0;
pub const O_WRONLY : c_int = 1;