diff options
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r-- | winsup/cygwin/spawn.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc index 40c28f77f..48d639a8a 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -34,7 +34,7 @@ details. */ #include "winf.h" #include "ntdll.h" -static suffix_info exe_suffixes[] = +static suffix_info NO_COPY exe_suffixes[] = { suffix_info ("", 1), suffix_info (".exe", 1), @@ -56,7 +56,7 @@ static suffix_info dll_suffixes[] = }; #endif -child_info_spawn *chExeced; +child_info_spawn NO_COPY *chExeced; /* Add .exe to PROG if not already present and see if that exists. If not, return PROG (converted from posix to win32 rules if necessary). |