[Webkit-unassigned] [Bug 20271] Patches for NetBSD platform support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 4 12:09:28 PDT 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #4 from eric at webkit.org  2008-08-04 12:09 PDT -------
ah, according to:
http://mail.kde.org/pipermail/kde-buildsystem/2006-March/001906.html

There is problem in kjs/collector.cpp file. At the moment it is assumed 
that if pthread_np.h exists (HAVE_PTHREAD_NP_H), pthread_attr_get_np() 
must be used. In NetBSD pthread_attr_get_np() must be used as well, but 
it is declared in pthread.h. Actual functions must be checked.

Ok, this is fine then.


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



More information about the webkit-unassigned mailing list