• Scott Graham's avatar
    fuchsia: stub unavailable functions · e160c7fb
    Scott Graham authored
    GetSystemCommitCharge() isn't available. It likely won't be as the
    general system design doesn't allow a process much information other
    than about itself.
    
    EnableTerminationOnHeapCorruption() doesn't have an analog (at least
    today).
    
    GetParentProcessId() doesn't have a direct mapping. We could retrieve
    the parent job, but that wouldn't be a process. In any case, getppid()
    isn't implemented, so the test would currently fail.
    
    Bug: 706592
    Change-Id: I218f80d92a64e92ac3f49aa21ec55ef522cd0435
    Reviewed-on: https://chromium-review.googlesource.com/516523
    Commit-Queue: Scott Graham <scottmg@chromium.org>
    Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#474956}
    e160c7fb
BUILD.gn 95.9 KB