* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".
* shared.h: Split out "child_info" stuff into a new header file and use where necessary. Declare pid_exists. * child_info.h: New file.
This commit is contained in:
@ -98,7 +98,7 @@ void __stdcall sigproc_init ();
|
||||
void __stdcall subproc_init ();
|
||||
void __stdcall sigproc_terminate ();
|
||||
BOOL __stdcall proc_exists (_pinfo *);
|
||||
BOOL __stdcall proc_exists (pid_t);
|
||||
BOOL __stdcall pid_exists (pid_t);
|
||||
int __stdcall sig_send (_pinfo *, int, DWORD ebp = 0);
|
||||
void __stdcall signal_fixup_after_fork ();
|
||||
|
||||
|
Reference in New Issue
Block a user