[Webkit-unassigned] [Bug 156102] New: [JSC] Missing PATH_MAX definition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 1 02:38:30 PDT 2016


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

            Bug ID: 156102
           Summary: [JSC] Missing PATH_MAX definition
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com

Source/JavaScriptCore/jsc.cpp uses PATH_MAX on non-Windows platforms to get the current working directory, but that macro doesn't need to be defined if the system does not have that limit. This breaks the build in the Hurd, and possibly other systems.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160401/9e69fbf3/attachment.html>


More information about the webkit-unassigned mailing list