[Webkit-unassigned] [Bug 27365] New: Build fix on platforms don't have MMAP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 17 03:29:05 PDT 2009


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

           Summary: Build fix on platforms don't have MMAP
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oszi at inf.u-szeged.hu


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

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