diff options
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/cygwin.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygwin.sc b/winsup/cygwin/cygwin.sc index 42fdffc..ffadd35 100644 --- a/winsup/cygwin/cygwin.sc +++ b/winsup/cygwin/cygwin.sc @@ -20,7 +20,7 @@ SECTIONS etext = .; *(.gcc_except_table) } - /* The Cygwin32 library uses a section to avoid copying certain data + /* The Cygwin DLL uses a section to avoid copying certain data on fork. This used to be named ".data". The linker used to include this between __data_start__ and __data_end__, but that breaks building the cygwin32 dll. Instead, we name the section |