Skip to content

Commit 91c1b7a

Browse files
committed
Revert liblibc submodule url
1 parent 9d42b1b commit 91c1b7a

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url = https://github.com/rust-lang/rust-installer.git
1111
[submodule "src/liblibc"]
1212
path = src/liblibc
13-
url = https://gitlab.redox-os.org/redox-os/liblibc.git
13+
url = https://github.com/rust-lang/libc.git
1414
[submodule "src/doc/nomicon"]
1515
path = src/doc/nomicon
1616
url = https://github.com/rust-lang-nursery/nomicon.git

src/libstd/sys/redox/process.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@
1010

1111
use env::{split_paths};
1212
use ffi::{CStr, OsStr};
13-
use fs::File;
14-
use os::unix::ffi::OsStrExt;
1513
use fmt;
16-
<<<<<<< HEAD
17-
use io::{self, Error, ErrorKind};
18-
use iter;
19-
=======
14+
use fs::File;
2015
use io::{self, prelude::*, BufReader, Error, ErrorKind, SeekFrom};
21-
>>>>>>> b7b1d416a1... Interpret shebangs on redox
2216
use libc::{EXIT_SUCCESS, EXIT_FAILURE};
17+
use os::unix::ffi::OsStrExt;
2318
use path::{Path, PathBuf};
2419
use ptr;
2520
use sys::ext::fs::MetadataExt;

0 commit comments

Comments
 (0)