| Index: nss/mozilla/nsprpub/pr/src/malloc/prmem.c
|
| ===================================================================
|
| --- nss/mozilla/nsprpub/pr/src/malloc/prmem.c (revision 55475)
|
| +++ nss/mozilla/nsprpub/pr/src/malloc/prmem.c (working copy)
|
| @@ -117,7 +117,7 @@
|
|
|
| #ifdef HAVE_DLL
|
|
|
| -#ifdef USE_DLFCN
|
| +#if defined(USE_DLFCN) && !defined(NO_DLOPEN_NULL)
|
|
|
| #include <dlfcn.h>
|
|
|
| @@ -150,7 +150,7 @@
|
| return sym;
|
| }
|
|
|
| -#elif defined(USE_MACH_DYLD)
|
| +#elif defined(USE_MACH_DYLD) || defined(NO_DLOPEN_NULL)
|
|
|
| static void *
|
| pr_FindSymbolInProg(const char *name)
|
|
|