зеркало из https://github.com/mozilla/pjs.git
Bug 376530 - "Fix CycleCollector building with uClibc library" [p=romaxa@gmail.com (romaxa) r+sr=peterv a1.9=schrep]
This commit is contained in:
Родитель
4806862b90
Коммит
72bbab5ee4
|
@ -1617,7 +1617,7 @@ nsCycleCollector::UnrootWhite()
|
|||
|
||||
static PRBool hookedMalloc = PR_FALSE;
|
||||
|
||||
#ifdef __GLIBC__
|
||||
#if defined(__GLIBC__) && !defined(__UCLIBC__)
|
||||
#include <malloc.h>
|
||||
|
||||
static void* (*old_memalign_hook)(size_t, size_t, const void *);
|
||||
|
|
Загрузка…
Ссылка в новой задаче