summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-04-17 17:53:29 +0000
committerChristopher Faylor <me@cgf.cx>2004-04-17 17:53:29 +0000
commitebd2f65c4ea28f4f41d79d41cf2c7e5cbb4fdb3b (patch)
tree508c3c8d31e2bac0bd561f3ae50fb22a46ea1015 /winsup/cygwin/autoload.cc
parentde6871ee10c5042f47a39d3b94908aa8a2b01251 (diff)
downloadcygnal-ebd2f65c4ea28f4f41d79d41cf2c7e5cbb4fdb3b.tar.gz
cygnal-ebd2f65c4ea28f4f41d79d41cf2c7e5cbb4fdb3b.tar.bz2
cygnal-ebd2f65c4ea28f4f41d79d41cf2c7e5cbb4fdb3b.zip
fix comments
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc3
1 files changed, 1 insertions, 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\