commit | 4474a331cfccc5092b79e3839205aacf44f3a571 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Tue Feb 19 21:23:59 2013 +0100 |
committer | Helge Deller <deller@gmx.de> | Wed Feb 20 22:57:12 2013 +0100 |
tree | ff25401a9891374af6774eeb5a72d33fc6bb13ce | |
parent | 2e800dff4f16a6e47adcbea7188fc586bfa5c30b [diff] |
parisc: fix fallocate syscall 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: Helge Deller <deller@gmx.de>