b9642e6812
* Fix some syscall definitions in JavaScript are fixed. Thank you, tho@. Changelog: FIXED 27.0.1 - Fixed stability issues with Greasemonkey and other JS that used ClearTimeoutOrInterval FIXED 27.0.1 - JS math correctness issue (bug 941381
8 lines
295 B
Text
8 lines
295 B
Text
$NetBSD: patch-config_stl__wrappers_ostream,v 1.5 2014/02/20 13:19:03 ryoon Exp $
|
|
|
|
--- config/stl_wrappers/ostream.orig 2013-05-13 18:22:40.000000000 +0000
|
|
+++ config/stl_wrappers/ostream
|
|
@@ -0,0 +1,3 @@
|
|
+#pragma GCC visibility push(default)
|
|
+#include_next <ostream>
|
|
+#pragma GCC visibility pop
|