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>2002-08-21 20:02:17 +0400
committerChristopher Faylor <me@cgf.cx>2002-08-21 20:02:17 +0400
commit1c5dcf3b0a42efcc8a7fcac148e2714d9766b871 (patch)
treeeb06233c5fab4aa8f4479c1c7aa0a7d3e32a0bf4 /winsup/doc
parentd3106bef0a93865a9c24bd09d39e42c53029b3f8 (diff)
* dll.sgml: Remove indirect reference to older gccs.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/dll.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/dll.sgml b/winsup/doc/dll.sgml
index 724c42d06..8ba1a6095 100644
--- a/winsup/doc/dll.sgml
+++ b/winsup/doc/dll.sgml
@@ -45,7 +45,7 @@ For this example, we'll use a single file
gcc -c mydll.c</screen>
<para>Fortunately, with the latest gcc and binutils the process for building a dll
-is now much simpler. Say you want to build this minimal function in mydll.c:</para>
+is now pretty simple. Say you want to build this minimal function in mydll.c:</para>
<screen>int WINAPI
mydll_init(HANDLE h, DWORD reason, void *foo)