Bug 376530 - "Fix CycleCollector building with uClibc library" [p=romaxa@gmail.com (romaxa) r+sr=peterv a1.9=schrep]

This commit is contained in:
reed%reedloden.com 2008-01-22 00:17:41 +00:00
Родитель 4806862b90
Коммит 72bbab5ee4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 *);