WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
27365
Build fix on platforms don't have MMAP
https://bugs.webkit.org/show_bug.cgi?id=27365
Summary
Build fix on platforms don't have MMAP
Csaba Osztrogonác
Reported
2009-07-17 03:29:04 PDT
In JavaScriptCore/interpreter/RegisterFile.h if HAVE(MMAP) is false, stdio.h not inculded, but fprintf and stderr used at line 190 and 192. stdio.h must be included irrespectively of HAVE(MMAP).
Attachments
proposed patch
(1.06 KB, patch)
2009-07-17 03:33 PDT
,
Csaba Osztrogonác
levin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2009-07-17 03:33:37 PDT
Created
attachment 32925
[details]
proposed patch
David Levin
Comment 2
2009-07-17 04:02:20 PDT
Committed as
http://trac.webkit.org/changeset/46025
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug