[Webkit-unassigned] [Bug 27885] Add QNX as supported platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 04:42:52 PDT 2009


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


Harald Fernengel <harry at kdevelop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33880|0                           |1
        is obsolete|                            |
  Attachment #34446|                            |review?
               Flag|                            |




--- Comment #4 from Harald Fernengel <harry at kdevelop.org>  2009-08-10 04:42:50 PDT ---
Created an attachment (id=34446)
 --> (https://bugs.webkit.org/attachment.cgi?id=34446)
Updated version of the QNX patch

Thanks for your comments.

I've removed the C-style cast and used LOG_ERROR instead of perror().

Also, the QNX specific part of getting the current thread's stack base is now
factored out into currentThreadStackBaseQNX(), making it more readable and
removing some #define magic.

QNX offers standard pthreads, so a special Threading* abstraction is not
necessary. Collector.cpp already contains #defines for all platforms that use
standard pthreads but don't offer pthread_getattr_np() to retrieve the stack
base.

-- 
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