Title: [221809] releases/WebKitGTK/webkit-2.18/Source/bmalloc
Revision
221809
Author
[email protected]
Date
2017-09-09 00:42:57 -0700 (Sat, 09 Sep 2017)

Log Message

Merge r221588 - Unreviewed build fix for Clang with libc++

Fixes a build failure when building with Clang, -stdlib=libc++, and gigacage
support enabled, which resulted in "stderr" being undefined.

* bmalloc/Gigacage.cpp: Add missing <ctsdio> include to pull the definition.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.18/Source/bmalloc/ChangeLog (221808 => 221809)


--- releases/WebKitGTK/webkit-2.18/Source/bmalloc/ChangeLog	2017-09-09 07:14:55 UTC (rev 221808)
+++ releases/WebKitGTK/webkit-2.18/Source/bmalloc/ChangeLog	2017-09-09 07:42:57 UTC (rev 221809)
@@ -1,3 +1,12 @@
+2017-09-04  Adrian Perez de Castro  <[email protected]>
+
+        Unreviewed build fix for Clang with libc++
+
+        Fixes a build failure when building with Clang, -stdlib=libc++, and gigacage
+        support enabled, which resulted in "stderr" being undefined.
+
+        * bmalloc/Gigacage.cpp: Add missing <ctsdio> include to pull the definition.
+
 2017-08-08  Filip Pizlo  <[email protected]>
 
         Baseline JIT should do caging

Modified: releases/WebKitGTK/webkit-2.18/Source/bmalloc/bmalloc/Gigacage.cpp (221808 => 221809)


--- releases/WebKitGTK/webkit-2.18/Source/bmalloc/bmalloc/Gigacage.cpp	2017-09-09 07:14:55 UTC (rev 221808)
+++ releases/WebKitGTK/webkit-2.18/Source/bmalloc/bmalloc/Gigacage.cpp	2017-09-09 07:42:57 UTC (rev 221809)
@@ -30,6 +30,7 @@
 #include "VMAllocate.h"
 #include "Vector.h"
 #include "bmalloc.h"
+#include <cstdio>
 #include <mutex>
 
 // FIXME: Ask dyld to put this in its own page, and mprotect the page after we ensure the gigacage.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to