aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-03-01 09:00:33 +0000
committerRon Yorston <rmy@pobox.com>2018-03-01 09:00:33 +0000
commit9427d06e8813a3bf0a9ef4a5b964e0206a083294 (patch)
tree30c2fde1d439ab4157602da753cb478eae440ceb /include
parentf5783ef14f9ad96ae483f16e639953d0212ca7d0 (diff)
downloadbusybox-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.h1
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);
478int has_exe_suffix(const char *p); 478int has_exe_suffix(const char *p);
479int has_exe_suffix_or_dot(const char *name); 479int has_exe_suffix_or_dot(const char *name);
480char *add_win32_extension(const char *p); 480char *add_win32_extension(const char *p);
481int has_exec_format(const char *name);
482 481
483int err_win_to_posix(DWORD winerr); 482int err_win_to_posix(DWORD winerr);
484 483