diff options
Diffstat (limited to 'winsup/cygwin/environ.cc')
-rw-r--r-- | winsup/cygwin/environ.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/environ.cc b/winsup/cygwin/environ.cc index 9e83a7861..24d59be55 100644 --- a/winsup/cygwin/environ.cc +++ b/winsup/cygwin/environ.cc @@ -273,8 +273,7 @@ static win_env conv_envvars[] = character of the above environment variable names to 1. This table is intended to speed up lookup of these variables. */ -static const unsigned char conv_start_chars[256] - __attribute__((section (".cygwin_dll_common"), shared)) = +static const unsigned char conv_start_chars[256] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |