* 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.
This commit is contained in:
Christopher Faylor
2010-01-29 17:37:54 +00:00
parent 3432d6f1f7
commit 2b37c431b1
4 changed files with 15 additions and 4 deletions

View File

@ -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. */