hotspot/src/os/bsd/vm/os_bsd.hpp
changeset 20377 393ee12eccc8
parent 18025 b7bcf7497f93
child 22852 1063026e8cee
child 22891 1f5d1fff23fa
--- a/hotspot/src/os/bsd/vm/os_bsd.hpp	Thu Oct 03 04:42:57 2013 +0200
+++ b/hotspot/src/os/bsd/vm/os_bsd.hpp	Thu Oct 03 12:39:58 2013 +0400
@@ -84,6 +84,7 @@
   static void hotspot_sigmask(Thread* thread);
 
   static bool is_initial_thread(void);
+  static pid_t gettid();
 
   static int page_size(void)                                        { return _page_size; }
   static void set_page_size(int val)                                { _page_size = val; }