From 57c89867f5d355d62917f0c1db4d0cd02741cc9a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 6 Sep 2001 05:17:22 +0000 Subject: Move appropriate variables to NO_COPY segment, throughout. --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/path.cc') 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", -- cgit v1.2.3