diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-06 05:17:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-06 05:17:22 +0000 |
commit | 57c89867f5d355d62917f0c1db4d0cd02741cc9a (patch) | |
tree | 6d0e73f958e833c8d0c884fbe58e9a8055542df7 /winsup/cygwin/path.cc | |
parent | 08b78edf5a6aceeb54ed848cc8479d4ca8bad4ca (diff) | |
download | cygnal-57c89867f5d355d62917f0c1db4d0cd02741cc9a.tar.gz cygnal-57c89867f5d355d62917f0c1db4d0cd02741cc9a.tar.bz2 cygnal-57c89867f5d355d62917f0c1db4d0cd02741cc9a.zip |
Move appropriate variables to NO_COPY segment, throughout.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 7e32ae8ec..57e4e2c12 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -740,7 +740,7 @@ digits (const char *name) return p > name && !*p ? n : -1; } -const char *windows_device_names[] = +const char *windows_device_names[] NO_COPY = { NULL, "\\dev\\console", |