瀏覽代碼

[PARISC] Use fstatat64 instead of newfstatat syscall

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Helge Deller 18 年之前
父節點
當前提交
c4ba7a2e44
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/asm-parisc/unistd.h

+ 1 - 1
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)