[Webkit-unassigned] [Bug 97525] New: Remove HAVE_SBRK since we never set use_sbrk to true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 22:34:13 PDT 2012


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

           Summary: Remove HAVE_SBRK since we never set use_sbrk to true
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: ggaren at apple.com, ddkilzer at webkit.org


TCSystemAlloc.cpp has code inside HAVE(SBRK). However, we never really use sbrk() since the call to it is governed by the use_sbrk flag and that was set to false in 2005 in r10701 for bug 5243. We can move that code to be inside ifndef WTF_CHANGES.

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