Fallout from renaming
This commit is contained in:
parent
d8dfe1957b
commit
fc525eeb4e
210 changed files with 793 additions and 782 deletions
|
@ -192,10 +192,10 @@ mod imp {
|
|||
libc::FILE_SHARE_READ |
|
||||
libc::FILE_SHARE_DELETE |
|
||||
libc::FILE_SHARE_WRITE,
|
||||
ptr::mut_null(),
|
||||
ptr::null_mut(),
|
||||
libc::CREATE_ALWAYS,
|
||||
libc::FILE_ATTRIBUTE_NORMAL,
|
||||
ptr::mut_null())
|
||||
ptr::null_mut())
|
||||
};
|
||||
if handle == libc::INVALID_HANDLE_VALUE {
|
||||
fail!("create file error: {}", os::last_os_error());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue