< prev index next >

src/hotspot/os/posix/os_posix.hpp

Print this page

        

@@ -115,10 +115,14 @@
 
   // Returns true if either given uid is effective uid and given gid is
   // effective gid, or if given uid is root.
   static bool matches_effective_uid_and_gid_or_root(uid_t uid, gid_t gid);
 
+  static struct sigaction *get_preinstalled_handler(int);
+  static void save_preinstalled_handler(int, struct sigaction&);
+  static void init_sigs();
+
   static void print_umask(outputStream* st, mode_t umsk);
 
   static void print_user_info(outputStream* st);
 
 #ifdef SUPPORTS_CLOCK_MONOTONIC
< prev index next >