commit | 106dac130d6fb6670a0bbfa8c714054990b41b03 | [log] [tgz] |
---|---|---|
author | SUGIOKA Toshinobu <sugioka@itonet.co.jp> | Tue Dec 19 12:13:55 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Feb 13 10:54:44 2007 +0900 |
tree | aec64227b43045d9934551e85e9bad0834053327 | |
parent | 5c67cd05e3e9b6f08c3472dd66f0d8d03e1ee870 [diff] |
sh: syscall 300 should be __NR_fstatat64. syscall number 300 fails while testing with latest LTP (ltp-full-20061121.tgz) on sh. sys_fstatat64 is called on syscall 300 (see arch/sh/kernel/syscalls.S), and __ARCH_WANT_STAT64 is defined in include/asm-sh/unistd.h, so following patch seems correct. Signed-off-by: SUGIOKA Toshinobu <sugioka@itonet.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>