Title: [130014] trunk/Source/_javascript_Core
Revision
130014
Author
commit-qu...@webkit.org
Date
2012-10-01 01:35:56 -0700 (Mon, 01 Oct 2012)

Log Message

Remove unused sys/mman.h include
https://bugs.webkit.org/show_bug.cgi?id=97995

Patch by Jonathan Liu <net...@gmail.com> on 2012-10-01
Reviewed by Kentaro Hara.

The sys/mman.h is not used and removing it improves portability as not
all systems have sys/mman.h.

* jit/ExecutableAllocatorFixedVMPool.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (130013 => 130014)


--- trunk/Source/_javascript_Core/ChangeLog	2012-10-01 08:33:04 UTC (rev 130013)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-10-01 08:35:56 UTC (rev 130014)
@@ -1,3 +1,15 @@
+2012-10-01  Jonathan Liu  <net...@gmail.com>
+
+        Remove unused sys/mman.h include
+        https://bugs.webkit.org/show_bug.cgi?id=97995
+
+        Reviewed by Kentaro Hara.
+
+        The sys/mman.h is not used and removing it improves portability as not
+        all systems have sys/mman.h.
+
+        * jit/ExecutableAllocatorFixedVMPool.cpp:
+
 2012-09-28  Filip Pizlo  <fpi...@apple.com>
 
         ASSERTION in m_graph[tailNodeIndex].op() == Flush || m_graph[tailNodeIndex].op() == SetLocal on plus.google.com

Modified: trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp (130013 => 130014)


--- trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp	2012-10-01 08:33:04 UTC (rev 130013)
+++ trunk/Source/_javascript_Core/jit/ExecutableAllocatorFixedVMPool.cpp	2012-10-01 08:35:56 UTC (rev 130014)
@@ -31,7 +31,6 @@
 
 #include "CodeProfiling.h"
 #include <errno.h>
-#include <sys/mman.h>
 #include <unistd.h>
 #include <wtf/MetaAllocator.h>
 #include <wtf/PageReservation.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to