* cygwin.sc: Revert to previous NO_COPY behavior.

* winsup.h: Ditto.
* sigproc.cc: Ditto.
* autoload.cc: Ditto.
This commit is contained in:
Christopher Faylor
2001-08-31 18:16:16 +00:00
parent 4597920dfc
commit 5ac73dfead
5 changed files with 33 additions and 29 deletions

View File

@@ -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