Revert liblibc submodule url
This commit is contained in:
parent
9d42b1bf04
commit
91c1b7a929
3 changed files with 4 additions and 9 deletions
|
@ -10,16 +10,11 @@
|
|||
|
||||
use env::{split_paths};
|
||||
use ffi::{CStr, OsStr};
|
||||
use fs::File;
|
||||
use os::unix::ffi::OsStrExt;
|
||||
use fmt;
|
||||
<<<<<<< HEAD
|
||||
use io::{self, Error, ErrorKind};
|
||||
use iter;
|
||||
=======
|
||||
use fs::File;
|
||||
use io::{self, prelude::*, BufReader, Error, ErrorKind, SeekFrom};
|
||||
>>>>>>> b7b1d416a1... Interpret shebangs on redox
|
||||
use libc::{EXIT_SUCCESS, EXIT_FAILURE};
|
||||
use os::unix::ffi::OsStrExt;
|
||||
use path::{Path, PathBuf};
|
||||
use ptr;
|
||||
use sys::ext::fs::MetadataExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue