зеркало из https://github.com/mozilla/gecko-dev.git
Bugzilla bug 97485: added a stub for pr_FindSymbolInProg for Darwin.
This commit is contained in:
Родитель
f2dabe8b2c
Коммит
aeb57f3f9d
|
@ -145,6 +145,15 @@ pr_FindSymbolInProg(const char *name)
|
|||
return sym;
|
||||
}
|
||||
|
||||
#elif defined(USE_MACH_DYLD)
|
||||
|
||||
static void *
|
||||
pr_FindSymbolInProg(const char *name)
|
||||
{
|
||||
/* FIXME: not implemented */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
#error "The zone allocator is not supported on this platform"
|
||||
|
|
Загрузка…
Ссылка в новой задаче