summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAl Viro2006-06-23 11:04:07 +0200
committerLinus Torvalds2006-06-23 16:42:55 +0200
commitbe2338f3ceb6d80170ebb495190d6aee79d8c7e3 (patch)
tree553d329dfda6160a5511bfb3799c6fb8343d2f5c /include
parent[PATCH] frv: misc sparse annotations (diff)
downloadkernel-qcow2-linux-be2338f3ceb6d80170ebb495190d6aee79d8c7e3.tar.gz
kernel-qcow2-linux-be2338f3ceb6d80170ebb495190d6aee79d8c7e3.tar.xz
kernel-qcow2-linux-be2338f3ceb6d80170ebb495190d6aee79d8c7e3.zip
[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 'include')
-rw-r--r--include/asm-frv/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-frv/unistd.h b/include/asm-frv/unistd.h
index 7c2e712c3b73..91a171decfce 100644
--- a/include/asm-frv/unistd.h
+++ b/include/asm-frv/unistd.h
@@ -306,7 +306,7 @@
#define __NR_mknodat 297
#define __NR_fchownat 298
#define __NR_futimesat 299
-#define __NR_newfstatat 300
+#define __NR_fstatat64 300
#define __NR_unlinkat 301
#define __NR_renameat 302
#define __NR_linkat 303