diff options
author | Christopher Faylor <me@cgf.cx> | 2001-08-31 05:24:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-08-31 05:24:36 +0000 |
commit | 5e2ccd4bc2899656b1497aefe5700eeba42335da (patch) | |
tree | f957a82271e4f2ac344ccbdbcaf1ac96b6cb0350 /winsup | |
parent | fcc46b19d3aec6e4f75ab6c1e588286198379f94 (diff) | |
download | newlib-5e2ccd4bc2899656b1497aefe5700eeba42335da.zip newlib-5e2ccd4bc2899656b1497aefe5700eeba42335da.tar.gz newlib-5e2ccd4bc2899656b1497aefe5700eeba42335da.tar.bz2 |
minor wording change.
Diffstat (limited to 'winsup')
-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 |