mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Update submodules and don't call setrlimit on Android
This commit is contained in:
parent
49cbcc97ed
commit
38286246df
4 changed files with 5 additions and 5 deletions
|
@ -95,7 +95,7 @@ mod devtools;
|
|||
mod horribly_inefficient_timers;
|
||||
mod webdriver_handlers;
|
||||
|
||||
#[cfg(any(target_os="linux", target_os="android"))]
|
||||
#[cfg(target_os="linux")]
|
||||
#[allow(unsafe_code)]
|
||||
fn perform_platform_specific_initialization() {
|
||||
use std::mem;
|
||||
|
@ -111,7 +111,7 @@ fn perform_platform_specific_initialization() {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(not(any(target_os="linux", target_os="android")))]
|
||||
#[cfg(not(target_os="linux"))]
|
||||
fn perform_platform_specific_initialization() {}
|
||||
|
||||
#[allow(unsafe_code)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue