diff options
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r-- | winsup/cygwin/dtable.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc index 8e4d40bed..0b3ad2575 100644 --- a/winsup/cygwin/dtable.cc +++ b/winsup/cygwin/dtable.cc @@ -32,7 +32,7 @@ details. */ #include "dtable.h" #include "cygheap.h" -static DWORD std_consts[] = {STD_INPUT_HANDLE, STD_OUTPUT_HANDLE, +static const NO_COPY DWORD std_consts[] = {STD_INPUT_HANDLE, STD_OUTPUT_HANDLE, STD_ERROR_HANDLE}; /* Set aside space for the table of fds */ |