From ebd2f65c4ea28f4f41d79d41cf2c7e5cbb4fdb3b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 17 Apr 2004 17:53:29 +0000 Subject: [PATCH] fix comments --- winsup/cygwin/autoload.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index bccc3ad72..7fe19fd7a 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -69,7 +69,7 @@ details. */ /* Create a "decorated" name */ #define mangle(name, n) #name "@" #n -/* Standard DLL load macro. Invokes a fatal warning if the function isn't +/* Standard DLL load macro. May invoke a fatal error if the function isn't found. */ #define LoadDLLfunc(name, n, dllname) LoadDLLfuncEx (name, n, dllname, 0) #define LoadDLLfuncEx(name, n, dllname, notimp) LoadDLLfuncEx2(name, n, dllname, notimp, 0) @@ -108,7 +108,6 @@ extern "C" void dll_chain () __asm__ ("dll_chain"); extern "C" { -/* FIXME: This is not thread-safe? */ __asm__ (" \n\ msg1: \n\ .ascii \"couldn't dynamically determine load address for '%s' (handle %p), %E\\0\"\n\