Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-08-31 22:16:16 +0400
committerChristopher Faylor <me@cgf.cx>2001-08-31 22:16:16 +0400
commit5ac73dfeadf24d60cb3a3cffc25a72c6b23bdee4 (patch)
tree0500bab3fabe866e95b807a61ab95f20c06a4916 /winsup/cygwin/winsup.h
parent4597920dfce077bce3b9e7c94e03b0e39850b61f (diff)
* cygwin.sc: Revert to previous NO_COPY behavior.
* winsup.h: Ditto. * sigproc.cc: Ditto. * autoload.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 32cecd0bf..1b73a2f52 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -24,7 +24,7 @@ details. */
# define memset __builtin_memset
#endif
-#define NO_COPY __attribute__((section("COMMON")))
+#define NO_COPY __attribute__((section(".data_cygwin_nocopy")))
#ifdef __cplusplus