diff options
author | Christopher Faylor <me@cgf.cx> | 2001-08-31 18:16:16 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-08-31 18:16:16 +0000 |
commit | 5ac73dfeadf24d60cb3a3cffc25a72c6b23bdee4 (patch) | |
tree | 0500bab3fabe866e95b807a61ab95f20c06a4916 /winsup/cygwin/winsup.h | |
parent | 4597920dfce077bce3b9e7c94e03b0e39850b61f (diff) | |
download | cygnal-5ac73dfeadf24d60cb3a3cffc25a72c6b23bdee4.tar.gz cygnal-5ac73dfeadf24d60cb3a3cffc25a72c6b23bdee4.tar.bz2 cygnal-5ac73dfeadf24d60cb3a3cffc25a72c6b23bdee4.zip |
* 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.h | 2 |
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 |