r178257 - in /trunk/libstdc++-v3: ChangeLog aci...

ktietz@gcc.gnu.org ktietz@gcc.gnu.org
Mon Aug 29 19:57:00 GMT 2011


Author: ktietz
Date: Mon Aug 29 19:57:24 2011
New Revision: 178257

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178257
Log:
	* configure: Regenerated.
	* config.h.in: Regenerated.
	* acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR)  Add
	checks for ECHILD, ENOSPC, EPERM, ETIMEDOUT, and
	EWOULDBLOCK.
	*  config/os/mingw32/error_constants.h (errc): Add
	enumerator values no_child_process, no_space_on_device,
	not_supported, operation_not_permitted, operation_would_block,
	timed_out, and value_too_large,


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/config.h.in
    trunk/libstdc++-v3/config/os/mingw32/error_constants.h
    trunk/libstdc++-v3/configure



More information about the Gcc-cvs mailing list