[Webkit-unassigned] [Bug 203109] [Linux] Avoid usage of <sys/sysctl.h> in MallocBench

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 17 10:20:33 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=203109

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |aperez at igalia.com
                   |kit.org                     |

--- Comment #1 from Adrian Perez <aperez at igalia.com> ---
Turns out, usage of sysctl() is guarded with an “#ifdef __APPLE__”
guard and in Linux the sysconf() function is used instead. Adding
the same guard for the header inclusion should suffice.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191017/b2c50215/attachment.html>


More information about the webkit-unassigned mailing list