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:
authorCorinna Vinschen <corinna@vinschen.de>2023-08-26 18:59:58 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-08-27 15:40:22 +0300
commita841911ea45272b1333134aa0d8bd9b3860a2c7f (patch)
treeaeca8ca004d3c25b766c147645ea301f44394621 /winsup/cygwin/autoload.cc
parent384e572f41d0848f281a68dade2f02005fde50bd (diff)
Revert "Cygwin: select: workaround FD_WRITE network event handling"
This reverts commit dedbbd74d0a8f3b7dfae6188321703a47bb8a2b3. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index 67149f828..c9ad92530 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -645,7 +645,6 @@ LoadDLLfunc (getsockname, ws2_32)
LoadDLLfunc (getsockopt, ws2_32)
LoadDLLfunc (ioctlsocket, ws2_32)
LoadDLLfunc (listen, ws2_32)
-LoadDLLfunc_pfx_only (select, ws2_32)
LoadDLLfunc (setsockopt, ws2_32)
LoadDLLfunc (shutdown, ws2_32)
LoadDLLfunc (socket, ws2_32)