diff options
author | Ron Yorston <rmy@pobox.com> | 2018-03-01 09:00:33 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-03-01 09:00:33 +0000 |
commit | 9427d06e8813a3bf0a9ef4a5b964e0206a083294 (patch) | |
tree | 30c2fde1d439ab4157602da753cb478eae440ceb /include | |
parent | f5783ef14f9ad96ae483f16e639953d0212ca7d0 (diff) | |
download | busybox-w32-9427d06e8813a3bf0a9ef4a5b964e0206a083294.tar.gz busybox-w32-9427d06e8813a3bf0a9ef4a5b964e0206a083294.tar.bz2 busybox-w32-9427d06e8813a3bf0a9ef4a5b964e0206a083294.zip |
win32: make has_exec_format static
The only other caller (in spawnveq) has been removed.
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 b0e1fa53c..c662f4baf 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -478,7 +478,6 @@ int has_bat_suffix(const char *p); | |||
478 | int has_exe_suffix(const char *p); | 478 | int has_exe_suffix(const char *p); |
479 | int has_exe_suffix_or_dot(const char *name); | 479 | int has_exe_suffix_or_dot(const char *name); |
480 | char *add_win32_extension(const char *p); | 480 | char *add_win32_extension(const char *p); |
481 | int has_exec_format(const char *name); | ||
482 | 481 | ||
483 | int err_win_to_posix(DWORD winerr); | 482 | int err_win_to_posix(DWORD winerr); |
484 | 483 | ||