33 #if !defined (octave_sighandlers_h)
34 #define octave_sighandlers_h 1
71 bool restart_syscalls =
true);
83 bool restart_syscalls =
true);
85 #if defined (__WIN32__) && ! defined (__CYGWIN__)
105 typedef bool (*child_event_handler) (pid_t,
int);
108 : pid (id), handler (
f), have_status (0), status (0) { }
111 : pid (oc.pid), handler (oc.handler),
112 have_status (oc.have_status), status (oc.status) { }
167 static void reap (
void);
169 static bool wait (
void);
171 static void remove (pid_t pid);
175 static bool instance_ok (
void);