diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-06-23 05:04:07 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:42:55 -0400 |
commit | be2338f3ceb6d80170ebb495190d6aee79d8c7e3 (patch) | |
tree | 553d329dfda6160a5511bfb3799c6fb8343d2f5c /arch | |
parent | 576132b42647e3facd28e3148a20307fadfd9afc (diff) |
[PATCH] frv: wrong syscall
The FRV arch should use fstatat64 not newfstatat.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/frv/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/kernel/entry.S b/arch/frv/kernel/entry.S index a9b59527a741..81d94e41a189 100644 --- a/arch/frv/kernel/entry.S +++ b/arch/frv/kernel/entry.S | |||
@@ -1474,7 +1474,7 @@ sys_call_table: | |||
1474 | .long sys_mknodat | 1474 | .long sys_mknodat |
1475 | .long sys_fchownat | 1475 | .long sys_fchownat |
1476 | .long sys_futimesat | 1476 | .long sys_futimesat |
1477 | .long sys_newfstatat /* 300 */ | 1477 | .long sys_fstatat64 /* 300 */ |
1478 | .long sys_unlinkat | 1478 | .long sys_unlinkat |
1479 | .long sys_renameat | 1479 | .long sys_renameat |
1480 | .long sys_linkat | 1480 | .long sys_linkat |