summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dll_init.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2010-01-29 17:37:54 +0000
committerChristopher Faylor <me@cgf.cx>2010-01-29 17:37:54 +0000
commit2b37c431b1c2f4e90fd7c6130b8bddc9e9c019f9 (patch)
treefd975777ae3c324240216cbcd44f9cdfa0e5c051 /winsup/cygwin/dll_init.cc
parent3432d6f1f766adc1b8c14af4cc63b6ae25399ada (diff)
downloadcygnal-2b37c431b1c2f4e90fd7c6130b8bddc9e9c019f9.tar.gz
cygnal-2b37c431b1c2f4e90fd7c6130b8bddc9e9c019f9.tar.bz2
cygnal-2b37c431b1c2f4e90fd7c6130b8bddc9e9c019f9.zip
* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning const
strings. Compare a pointer to NULL rather than '\0'. * dll_init.cc (dll_dllcrt0_1): Minor comment fix. * pipe.cc (fhandler_pipe::create_selectable): Remove Win9x accommodation.
Diffstat (limited to 'winsup/cygwin/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index f1b9a9f92..20cc4f9ce 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -384,7 +384,7 @@ dll_dllcrt0_1 (VOID *x)
res = (DWORD) d;
}
-/* OBSOLETE: This function is obsolescent and will go away in the
+/* OBSOLETE: This function is obsolete and will go away in the
future. Cygwin can now handle being loaded from a noncygwin app
using the same entry point. */