Cygwin: child_info.h: remove declaration of init_child_info
The function was removed long ago, but its declaration remained.
This commit is contained in:
parent
f36dd40275
commit
1f8235f6ba
|
@ -198,8 +198,6 @@ extern child_info_spawn ch_spawn;
|
|||
#define have_execed ch_spawn.has_execed ()
|
||||
#define have_execed_cygwin ch_spawn.has_execed_cygwin ()
|
||||
|
||||
void __stdcall init_child_info (DWORD, child_info *, HANDLE);
|
||||
|
||||
extern "C" {
|
||||
extern child_info *child_proc_info;
|
||||
extern child_info_spawn *spawn_info asm (_SYMSTR (child_proc_info));
|
||||
|
|
Loading…
Reference in New Issue