mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #7486 - jdm:bad-android, r=glennw
Remove hack for android builders now that build is successful once more. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7486) <!-- Reviewable:end -->
This commit is contained in:
commit
8a15f941ed
2 changed files with 1 additions and 4 deletions
|
@ -183,10 +183,10 @@ mod android {
|
|||
use self::libc::funcs::c95::stdio::fgets;
|
||||
use self::libc::funcs::posix88::stdio::fdopen;
|
||||
use self::libc::funcs::posix88::unistd::{pipe, dup2};
|
||||
use servo::util::task::spawn_named;
|
||||
use std::ffi::CStr;
|
||||
use std::ffi::CString;
|
||||
use std::str::from_utf8;
|
||||
use util::task::spawn_named;
|
||||
|
||||
unsafe {
|
||||
let mut pipes: [c_int; 2] = [ 0, 0 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue