Commit 124273773596cbf8aa9c79304b01091d4693f368

Authored by Ralf Baechle
1 parent 77607635c3

[MIPS] Follow Uli's latest *at syscall changes.

(This really is only the half of the patch which was forgotten in
326a625748535c4cdb1c632b1dcb07030989a393 ...)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

include/asm-mips/unistd.h
... ... @@ -313,7 +313,7 @@
313 313 #define __NR_mknodat (__NR_Linux + 290)
314 314 #define __NR_fchownat (__NR_Linux + 291)
315 315 #define __NR_futimesat (__NR_Linux + 292)
316   -#define __NR_newfstatat (__NR_Linux + 293)
  316 +#define __NR_fstatat (__NR_Linux + 293)
317 317 #define __NR_unlinkat (__NR_Linux + 294)
318 318 #define __NR_renameat (__NR_Linux + 295)
319 319 #define __NR_linkat (__NR_Linux + 296)
... ... @@ -593,7 +593,7 @@
593 593 #define __NR_mknodat (__NR_Linux + 249)
594 594 #define __NR_fchownat (__NR_Linux + 250)
595 595 #define __NR_futimesat (__NR_Linux + 251)
596   -#define __NR_newfstatat (__NR_Linux + 252)
  596 +#define __NR_fstatat (__NR_Linux + 252)
597 597 #define __NR_unlinkat (__NR_Linux + 253)
598 598 #define __NR_renameat (__NR_Linux + 254)
599 599 #define __NR_linkat (__NR_Linux + 255)
... ... @@ -877,7 +877,7 @@
877 877 #define __NR_mknodat (__NR_Linux + 253)
878 878 #define __NR_fchownat (__NR_Linux + 254)
879 879 #define __NR_futimesat (__NR_Linux + 255)
880   -#define __NR_newfstatat (__NR_Linux + 256)
  880 +#define __NR_fstatat (__NR_Linux + 256)
881 881 #define __NR_unlinkat (__NR_Linux + 257)
882 882 #define __NR_renameat (__NR_Linux + 258)
883 883 #define __NR_linkat (__NR_Linux + 259)