Skip to content

Commit

Permalink
Revert liblibc submodule url
Browse files Browse the repository at this point in the history
  • Loading branch information
jD91mZM2 committed Oct 18, 2018
1 parent 9d42b1b commit 91c1b7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -10,7 +10,7 @@
url = https://github.com/rust-lang/rust-installer.git
[submodule "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"]
path = src/doc/nomicon
url = https://github.com/rust-lang-nursery/nomicon.git
Expand Down
9 changes: 2 additions & 7 deletions src/libstd/sys/redox/process.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 91c1b7a

Please sign in to comment.