mirror of
https://github.com/servo/servo.git
synced 2025-07-13 10:23:40 +01:00
Add stub for missing je_malloc_usable_size symbol in geckolib.
This commit is contained in:
parent
3d557b6f25
commit
99e3e12259
1 changed files with 4 additions and 0 deletions
|
@ -39,3 +39,7 @@ mod wrapper;
|
|||
pub mod properties {
|
||||
include!(concat!(env!("OUT_DIR"), "/properties.rs"));
|
||||
}
|
||||
|
||||
// FIXME(bholley): This should probably go away once we harmonize the allocators.
|
||||
#[no_mangle]
|
||||
pub extern "C" fn je_malloc_usable_size(_: *const ::libc::c_void) -> ::libc::size_t { 0 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue