summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/localtime.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-09-06 05:17:22 +0000
committerChristopher Faylor <me@cgf.cx>2001-09-06 05:17:22 +0000
commit57c89867f5d355d62917f0c1db4d0cd02741cc9a (patch)
tree6d0e73f958e833c8d0c884fbe58e9a8055542df7 /winsup/cygwin/localtime.cc
parent08b78edf5a6aceeb54ed848cc8479d4ca8bad4ca (diff)
downloadcygnal-57c89867f5d355d62917f0c1db4d0cd02741cc9a.tar.gz
cygnal-57c89867f5d355d62917f0c1db4d0cd02741cc9a.tar.bz2
cygnal-57c89867f5d355d62917f0c1db4d0cd02741cc9a.zip
Move appropriate variables to NO_COPY segment, throughout.
Diffstat (limited to 'winsup/cygwin/localtime.cc')
-rw-r--r--winsup/cygwin/localtime.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/localtime.cc b/winsup/cygwin/localtime.cc
index daf888a04..43c64ce3c 100644
--- a/winsup/cygwin/localtime.cc
+++ b/winsup/cygwin/localtime.cc
@@ -499,9 +499,9 @@ struct tzhead {
#define WILDABBR " "
#endif /* !defined WILDABBR */
-static char wildabbr[] = WILDABBR;
+static char wildabbr[] NO_COPY = WILDABBR;
-static const char gmt[] = "GMT";
+static const char gmt[] NO_COPY = "GMT";
struct ttinfo { /* time type information */
long tt_gmtoff; /* UTC offset in seconds */