aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-13 01:35:15 +0000
committerChristopher Faylor <me@cgf.cx>2001-10-13 01:35:15 +0000
commitbc6ed5498655ea0e2cc4f0748ad8311e803d5b71 (patch)
treed5aa1cd43a0d4af104f86cdfeeef6d21d8c291ae /winsup/cygwin/exceptions.cc
parentcb1826572ce94eabfa1e4b5e8737fad188a55048 (diff)
downloadnewlib-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.zip
newlib-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.tar.gz
newlib-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.tar.bz2
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index e3d3c45..9fd018e 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -49,11 +49,11 @@ static NO_COPY muto *mask_sync = NULL;
HMODULE NO_COPY cygwin_hmodule;
-static const struct
+NO_COPY static struct
{
unsigned int code;
const char *name;
-} status_info[] NO_COPY =
+} status_info[] =
{
#define X(s) s, #s
{ X (STATUS_ABANDONED_WAIT_0) },