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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-03-03 18:12:50 +0300
committerChristopher Faylor <me@cgf.cx>2005-03-03 18:12:50 +0300
commit7c8d92d7a61f3989eeb9cdaaa070d30453e347f8 (patch)
tree597a55f02b95156faae7be2953fc44bf86ba6623 /winsup
parent3aeffaadc76a34395e2e238130f7af0357862f61 (diff)
restore comment
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/autoload.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index aef122a2f..482820424 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -263,6 +263,7 @@ wsock_init ()
{
int (*wsastartup) (int, WSADATA *);
+ /* Don't use autoload to load WSAStartup to eliminate recursion. */
wsastartup = (int (*)(int, WSADATA *))
GetProcAddress ((HMODULE) (dll->handle), "WSAStartup");
if (wsastartup)