[coreboot-gerrit] Patch merged into coreboot/master: f8b3650 Make ssize_t an actual ssize_t

gerrit at coreboot.org gerrit at coreboot.org
Mon Nov 25 23:13:52 CET 2013


the following patch was just integrated into master:
commit f8b36501fd3f70569b15cc8dcaa9bcd8f76870af
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu May 2 14:02:28 2013 -0700

    Make ssize_t an actual ssize_t
    
    In the process of getting rid of compiler includes during in coreboot
    and libpayload, we defined size_t and ssize_t ourselves, using a GCC
    macro for size_t: __SIZE_TYPE__. Unfortunately, there is no
    __SSIZE_TYPE__, so we temporarily redefine unsigned to signed to make
    __SIZE_TYPE__ __SSIZE_TYPE__.
    
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    
    Change-Id: I4cf4eb0fdaa4db64277c2585fe2c1bdc0acdf02b
    Reviewed-on: https://gerrit.chromium.org/gerrit/49947
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Commit-Queue: Stefan Reinauer <reinauer at google.com>
    Tested-by: Stefan Reinauer <reinauer at google.com>
    Reviewed-on: http://review.coreboot.org/4156
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>


See http://review.coreboot.org/4156 for details.

-gerrit



More information about the coreboot-gerrit mailing list