Test fixes and rebase conflicts, round 2
This commit is contained in:
parent
db2c3ba0cf
commit
3021d4c564
8 changed files with 17 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue