diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 1dcc84bde..6ed9bed4a 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -562,6 +562,8 @@ int mingw_execve(const char *cmd, char *const *argv, char *const *envp); | |||
562 | BOOL WINAPI kill_child_ctrl_handler(DWORD dwCtrlType); | 562 | BOOL WINAPI kill_child_ctrl_handler(DWORD dwCtrlType); |
563 | int kill_signal_by_handle(HANDLE process, int sig); | 563 | int kill_signal_by_handle(HANDLE process, int sig); |
564 | int FAST_FUNC is_valid_signal(int number); | 564 | int FAST_FUNC is_valid_signal(int number); |
565 | int exit_code_to_wait_status(DWORD win_exit_code); | ||
566 | int exit_code_to_posix(DWORD win_exit_code); | ||
565 | 567 | ||
566 | #define find_mount_point(n, s) find_mount_point(n) | 568 | #define find_mount_point(n, s) find_mount_point(n) |
567 | 569 | ||