From 0b1545eb3afbfc7385ee064307fe3e0f383e868d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 21 Aug 2012 14:41:57 +0000 Subject: * net.cc (get_adapters_addresses): Drop FIXME part of comment. --- winsup/cygwin/net.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'winsup/cygwin/net.cc') diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 420ca762f..1aa6b1c36 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -1696,9 +1696,7 @@ get_adapters_addresses (PIP_ADAPTER_ADDRESSES *pa_ret, ULONG family) area. So, if we're running in a pthread with such a stack, we call GetAdaptersAddresses in a child thread with an OS-allocated stack. The OS allocates stacks bottom up, so chances are good that the new - stack will be located in the lower address area. - FIXME: The problem is fixed in W8CP, but needs testing before W8 goes - gold. */ + stack will be located in the lower address area. */ HANDLE thr = CreateThread (NULL, 0, call_gaa, ¶m, 0, NULL); if (!thr) { -- cgit v1.2.3