Revert liblibc submodule url
This commit is contained in:
parent
9d42b1bf04
commit
91c1b7a929
3 changed files with 4 additions and 9 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -10,7 +10,7 @@
|
||||||
url = https://github.com/rust-lang/rust-installer.git
|
url = https://github.com/rust-lang/rust-installer.git
|
||||||
[submodule "src/liblibc"]
|
[submodule "src/liblibc"]
|
||||||
path = src/liblibc
|
path = src/liblibc
|
||||||
url = https://gitlab.redox-os.org/redox-os/liblibc.git
|
url = https://github.com/rust-lang/libc.git
|
||||||
[submodule "src/doc/nomicon"]
|
[submodule "src/doc/nomicon"]
|
||||||
path = src/doc/nomicon
|
path = src/doc/nomicon
|
||||||
url = https://github.com/rust-lang-nursery/nomicon.git
|
url = https://github.com/rust-lang-nursery/nomicon.git
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1844a772b60771d0124a157019f627d60fea4e73
|
Subproject commit c75ca6465a139704e00295be355b1f067af2f535
|
|
@ -10,16 +10,11 @@
|
||||||
|
|
||||||
use env::{split_paths};
|
use env::{split_paths};
|
||||||
use ffi::{CStr, OsStr};
|
use ffi::{CStr, OsStr};
|
||||||
use fs::File;
|
|
||||||
use os::unix::ffi::OsStrExt;
|
|
||||||
use fmt;
|
use fmt;
|
||||||
<<<<<<< HEAD
|
use fs::File;
|
||||||
use io::{self, Error, ErrorKind};
|
|
||||||
use iter;
|
|
||||||
=======
|
|
||||||
use io::{self, prelude::*, BufReader, Error, ErrorKind, SeekFrom};
|
use io::{self, prelude::*, BufReader, Error, ErrorKind, SeekFrom};
|
||||||
>>>>>>> b7b1d416a1... Interpret shebangs on redox
|
|
||||||
use libc::{EXIT_SUCCESS, EXIT_FAILURE};
|
use libc::{EXIT_SUCCESS, EXIT_FAILURE};
|
||||||
|
use os::unix::ffi::OsStrExt;
|
||||||
use path::{Path, PathBuf};
|
use path::{Path, PathBuf};
|
||||||
use ptr;
|
use ptr;
|
||||||
use sys::ext::fs::MetadataExt;
|
use sys::ext::fs::MetadataExt;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue