27 Oct, 2014

1 commit

  • inttypes.h defines format specifiers for printf which work with data types of
    particular sizes. stdlib.h is currently just a passthrough to malloc.h which
    has declarations of the various *alloc functions.

    Add the required #define to common.h so that these printf format specifiers
    will be made available.

    Signed-off-by: Gabe Black
    Reviewed-by: Gabe Black
    Tested-by: Gabe Black
    Reviewed-by: Bill Richardson
    Signed-off-by: Simon Glass
    (Replaced with a GPL version from glibc)

    Gabe Black