Bug 27026 - Guard signal.h dependency with HAVE(SIGNAL_H)
Summary: Guard signal.h dependency with HAVE(SIGNAL_H)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 27065
  Show dependency treegraph
 
Reported: 2009-07-07 05:39 PDT by Laszlo Gombos
Modified: 2009-07-09 12:56 PDT (History)
4 users (show)

See Also:


Attachments
Proposed fix. (2.17 KB, patch)
2009-07-07 05:43 PDT, Laszlo Gombos
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2009-07-07 05:39:37 PDT
Symbian OpenC (and some other embedded platforms) does not currently provide signal.h. It would be useful to introduce a guard for signal.h, just like the guards for other POSIX headers (HAVE(SYS_PARAM), HAVE(SYS_TIME), etc).
Comment 1 Laszlo Gombos 2009-07-07 05:43:48 PDT
Created attachment 32374 [details]
Proposed fix.
Comment 2 David Kilzer (:ddkilzer) 2009-07-09 12:56:37 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	JavaScriptCore/ChangeLog
	M	JavaScriptCore/jsc.cpp
	M	JavaScriptCore/wtf/Platform.h
Committed r45667
	M	JavaScriptCore/jsc.cpp
	M	JavaScriptCore/wtf/Platform.h
	M	JavaScriptCore/ChangeLog
r45667 = 6a4077205c8f8f8e93bca4c41c4b0f91ddb82c57 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/45667