[Webkit-unassigned] [Bug 132542] There is no HW_AVAILCPU on FreeBSD, NetBSD, and OpenBSD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 5 02:09:29 PDT 2014


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





--- Comment #2 from Ting-Wei Lan <lantw44 at gmail.com>  2014-05-05 02:09:50 PST ---
(In reply to comment #1)
> Created an attachment (id=230810)
 --> (https://bugs.webkit.org/attachment.cgi?id=230810&action=review) [details]
> Patch
> 
> It looks like it should be done using sysconf() as well, like we do in Linux:
> 
> http://www.freebsd.org/cgi/man.cgi?query=sysconf&sektion=3&n=1
> http://www.openbsd.org/cgi-bin/man.cgi?query=sysconf&sektion=3&format=html
> http://netbsd.gw.com/cgi-bin/man-cgi?sysconf++NetBSD-current
> 
> Can someone try this patch?

#include <unistd.h> is needed to use this patch on FreeBSD.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list