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:
Diffstat (limited to 'winsup/cygwin/cygtls.cc')
-rw-r--r--winsup/cygwin/cygtls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygtls.cc b/winsup/cygwin/cygtls.cc
index 0e29d8901..3b3e86ae2 100644
--- a/winsup/cygwin/cygtls.cc
+++ b/winsup/cygwin/cygtls.cc
@@ -171,7 +171,7 @@ _cygtls::remove (DWORD wait)
if (wait)
{
/* FIXME: Need some sort of atthreadexit function to allow things like
- select to control this themselves. */
+ select to control this themselves. */
if (locals.exitsock != INVALID_SOCKET)
{
closesocket (locals.exitsock);