hotspot/src/os/linux/vm/os_linux.hpp
changeset 2753 1e9bbaae891b
parent 1615 b46d9f19bde2
child 3261 c7d5aae8d3f7
--- a/hotspot/src/os/linux/vm/os_linux.hpp	Fri May 08 15:20:10 2009 -0700
+++ b/hotspot/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;