[Webkit-unassigned] [Bug 30096] New: RegisterFile.h uses errno() in case of HAVE(VIRTUALALLOC), but does not does not include it explicitly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 14:52:11 PDT 2009


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

           Summary: RegisterFile.h uses errno()  in case of
                    HAVE(VIRTUALALLOC), but does not  does not include it
                    explicitly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: avasilev at voipgate.com


RegisterFile.h:
errno.h is included only in the HAVE(MMAP) case, but is used also in the
HAVE(VIRTUALALLOC) case, which can cause a compile error in case errno.h was
not implicitly included before.
The same problem used to exist with fprintf(), but the <stdio.h> include was
moved out of the #if HAVE(MMAP). <errno.h> should probably be also moved out of
the #if HAVE(MMAP) case.

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