You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/10/31 00:55:47 UTC

svn propchange: r590511 - svn:log

Author: sebor
Revision: 590511
Modified property: svn:log

Modified: svn:log at Tue Oct 30 16:55:47 2007
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Oct 30 16:55:47 2007
@@ -2,8 +2,8 @@
 
 	Merged rev 590510 (a correction for a fix for STDCXX-414) from
 	branches/4.2.x.
-	* display.cpp (rw_signal): Guarded with _RWSTD_EDG_ECCP instead
-	of _RWSTD_NO_PURE_C_HEADERS as done in rev 588734 since the latter
-	is #defined with other compilers including Sun C++ on Linux and it's
-	on Linux where rw_signal() must be implemented in terms of sigaction()
-	to do what we want.
+	* util.cpp (rw_signal): Guarded with _RWSTD_EDG_ECCP instead of
+	_RWSTD_NO_PURE_C_HEADERS as done in rev 588734 since the latter
+	is #defined with other compilers including Sun C++ on Linux and
+	it's on Linux where rw_signal() must be implemented in terms of
+	sigaction() to do what we want.