[coreboot-gerrit] Patch merged into coreboot/master: string.h: only guard snprintf() with __ROMCC__

gerrit at coreboot.org gerrit at coreboot.org
Wed Nov 9 16:51:56 CET 2016


the following patch was just integrated into master:
commit 5577a475fcb22671aae2b483a1372b677c016cb9
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Tue Nov 8 09:42:13 2016 -0600

    string.h: only guard snprintf() with __ROMCC__
    
    There's no need to keep the snprintf() declaration hidden
    for early stages. romcc is the entity that has issues. Therefore,
    be explicit about when to guard snprintf().
    
    BUG=chromium:663243
    
    Change-Id: Ib4d0879e52c3f73c6ca61ab75f672f0003fca71f
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://review.coreboot.org/17289
    Reviewed-by: Furquan Shaikh <furquan at google.com>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>


See https://review.coreboot.org/17289 for details.

-gerrit



More information about the coreboot-gerrit mailing list