Bug 66617 - Only #include <signal.h> and require SA_RESTART when building with JSC_MULTIPLE_THREADS
Summary: Only #include <signal.h> and require SA_RESTART when building with JSC_MULTIP...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 18:24 PDT by Daniel Bates
Modified: 2011-08-19 19:59 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2011-08-19 18:38 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-08-19 18:24:06 PDT
SA_RESTART is only applicable when building with JSC_MULTIPLE_THREADS enabled.

On QNX we use Pthreads and don't enable JSC_MULTIPLE_THREADS. Currently, we require a platform to have SA_RESTART support even when JSC_MULTIPLE_THREADS is disabled. But SA_RESTART support is only applicable when JSC_MULTIPLE_THREADS is enabled. Hence, we should only require SA_RESTART support when JSC_MULTIPLE_THREADS is enabled.
Comment 1 Daniel Bates 2011-08-19 18:38:51 PDT
Created attachment 104607 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-19 19:59:22 PDT
Comment on attachment 104607 [details]
Patch

Clearing flags on attachment: 104607

Committed r93467: <http://trac.webkit.org/changeset/93467>
Comment 3 WebKit Review Bot 2011-08-19 19:59:26 PDT
All reviewed patches have been landed.  Closing bug.