From: Helge Deller Date: Wed, 27 Dec 2006 22:23:51 +0000 (+0100) Subject: [PARISC] Use fstatat64 instead of newfstatat syscall X-Git-Tag: v2.6.21-rc2~35^2~32 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c4ba7a2e44188ef22b041515c1198669ed1cc103;p=linux-2.6-omap-h63xx.git [PARISC] Use fstatat64 instead of newfstatat syscall Signed-off-by: Helge Deller Signed-off-by: Kyle McMartin --- diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h index 3a1ae2b75f0..3fb37cfcb86 100644 --- a/include/asm-parisc/unistd.h +++ b/include/asm-parisc/unistd.h @@ -772,7 +772,7 @@ #define __NR_mknodat (__NR_Linux + 277) #define __NR_fchownat (__NR_Linux + 278) #define __NR_futimesat (__NR_Linux + 279) -#define __NR_newfstatat (__NR_Linux + 280) +#define __NR_fstatat64 (__NR_Linux + 280) #define __NR_unlinkat (__NR_Linux + 281) #define __NR_renameat (__NR_Linux + 282) #define __NR_linkat (__NR_Linux + 283)