Skip to content
  • Helge Deller's avatar
    parisc: fix fallocate syscall · 4474a331
    Helge Deller authored
    
    
    fallocate(off_t) gets redirected by glibc to fallocate64(loff_t)
    where the 64bit loff_t values get splitted into two 32bit (hi/lo)
    values. This patch fixes this syscall for the 32- and 64bit kernel.
    
    Signed-off-by: default avatarHelge Deller <deller@gmx.de>
    4474a331