diff src/os/linux/vm/os_linux.hpp @ 763:cf71f149d7ae

6840196: NUMA allocator: crash in fastdebug during startup on Linux Summary: With libnuma >1.2 explicity use 1.1 symbols Reviewed-by: ysr
author iveresov
date Tue, 12 May 2009 15:55:56 -0700
parents 85f1b9537f70
children bd02caa94611
line wrap: on
line diff
--- a/src/os/linux/vm/os_linux.hpp	Fri May 08 15:20:10 2009 -0700
+++ b/src/os/linux/vm/os_linux.hpp	Tue May 12 15:55:56 2009 -0700
@@ -147,7 +147,7 @@
 
   static void libpthread_init();
   static bool libnuma_init();
-
+  static void* libnuma_dlsym(void* handle, const char* name);
   // Minimum stack size a thread can be created with (allowing
   // the VM to completely create the thread and enter user code)
   static size_t min_stack_allowed;