diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 6204ded6d..f94804d91 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -540,7 +540,8 @@ int mingw_execve(const char *cmd, char *const *argv, char *const *envp); | |||
540 | 540 | ||
541 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') | 541 | #define has_dos_drive_prefix(path) (isalpha(*(path)) && (path)[1] == ':') |
542 | 542 | ||
543 | int kill_SIGTERM_by_handle(HANDLE process); | 543 | int kill_signal_by_handle(HANDLE process, int sig); |
544 | int FAST_FUNC is_valid_signal(int number); | ||
544 | 545 | ||
545 | #define find_mount_point(n, s) find_mount_point(n) | 546 | #define find_mount_point(n, s) find_mount_point(n) |
546 | 547 | ||