diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 41d4cd940..56a7285e5 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -569,7 +569,6 @@ int mingw_execve(const char *cmd, char *const *argv, char *const *envp); | |||
569 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') | 569 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') |
570 | 570 | ||
571 | BOOL WINAPI kill_child_ctrl_handler(DWORD dwCtrlType); | 571 | BOOL WINAPI kill_child_ctrl_handler(DWORD dwCtrlType); |
572 | int kill_signal_by_handle(HANDLE process, int sig); | ||
573 | int FAST_FUNC is_valid_signal(int number); | 572 | int FAST_FUNC is_valid_signal(int number); |
574 | int exit_code_to_wait_status(DWORD win_exit_code); | 573 | int exit_code_to_wait_status(DWORD win_exit_code); |
575 | int exit_code_to_posix(DWORD win_exit_code); | 574 | int exit_code_to_posix(DWORD win_exit_code); |