OSDN Git Service

* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning const
authorcgf <cgf>
Fri, 29 Jan 2010 17:37:54 +0000 (17:37 +0000)
committercgf <cgf>
Fri, 29 Jan 2010 17:37:54 +0000 (17:37 +0000)
commit47b705b432ad6e5a7aaeeeff1afeaa4b743cfe40
treef76e0f0149a22b25561dab39b3ab2ec074be6406
parent442eb01f2daf2d99866102adb389e62114eebeeb
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/dll_init.cc
winsup/cygwin/libc/strfmon.c
winsup/cygwin/pipe.cc