aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-08-21 16:02:17 +0000
committerChristopher Faylor <me@cgf.cx>2002-08-21 16:02:17 +0000
commit1c5dcf3b0a42efcc8a7fcac148e2714d9766b871 (patch)
treeeb06233c5fab4aa8f4479c1c7aa0a7d3e32a0bf4
parentd3106bef0a93865a9c24bd09d39e42c53029b3f8 (diff)
downloadnewlib-1c5dcf3b0a42efcc8a7fcac148e2714d9766b871.zip
newlib-1c5dcf3b0a42efcc8a7fcac148e2714d9766b871.tar.gz
newlib-1c5dcf3b0a42efcc8a7fcac148e2714d9766b871.tar.bz2
* dll.sgml: Remove indirect reference to older gccs.
-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 724c42d..8ba1a60 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)