< prev index next >

src/hotspot/os/bsd/os_share_bsd.hpp

Print this page

        

@@ -24,11 +24,10 @@
 
 #ifndef OS_BSD_VM_OS_SHARE_BSD_HPP
 #define OS_BSD_VM_OS_SHARE_BSD_HPP
 
 // misc
-void signalHandler(int, siginfo_t*, ucontext_t*);
 void handle_unexpected_exception(Thread* thread, int sig, siginfo_t* info, address pc, address adjusted_pc);
 #ifndef PRODUCT
 void continue_with_dump(void);
 #endif
 
< prev index next >