diff options
author | Ron Yorston <rmy@pobox.com> | 2015-05-29 14:25:17 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-05-29 14:25:17 +0100 |
commit | 85ce92a584b8ca1a5c33828faf66ad304689e71f (patch) | |
tree | a36b290cf356830fcea455c08fa98a64afd98d5d /include | |
parent | 6fb17897d620572290b1f604430c06c261145aad (diff) | |
download | busybox-w32-85ce92a584b8ca1a5c33828faf66ad304689e71f.tar.gz busybox-w32-85ce92a584b8ca1a5c33828faf66ad304689e71f.tar.bz2 busybox-w32-85ce92a584b8ca1a5c33828faf66ad304689e71f.zip |
mingw: tidy up implementation of kill(2)
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 bf8cd0c4c..7224ba50a 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -461,3 +461,5 @@ const char *get_busybox_exec_path(void); | |||
461 | void init_winsock(void); | 461 | void init_winsock(void); |
462 | 462 | ||
463 | char *file_is_win32_executable(const char *p); | 463 | char *file_is_win32_executable(const char *p); |
464 | |||
465 | int err_win_to_posix(DWORD winerr); | ||