• Andrew Morton's avatar
    [PATCH] fix fadvise64() return type · f979631f
    Andrew Morton authored
    Patch from: David Mosberger <davidm@napali.hpl.hp.com>
    
    Please remember to declare the return-type of syscall stubs as "long".
    On 64-bit platforms, it's generally necessary to ensure that the
    entire 64-bit return value is valid (and can be checked against
    negative values).
    f979631f
fadvise.c 1.5 KB