• Paul Lawrence's avatar
    Remove warnings · 40ce87a7
    Paul Lawrence authored
    Remove warnings called by duplicate definition of ALIGN macro.
    Note that bionic/libc/include/sys/param.h defines ALIGN as
    
    #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)
    
    which is not good - clashes with every other definition of ALIGN.
    
    Change-Id: I2d716c41ededd2fa072f944e21d94a0c93ca9c46
    40ce87a7
ext4.h 18.6 KB