Commit c4ba7a2e authored by Helge Deller's avatar Helge Deller Committed by Kyle McMartin

[PARISC] Use fstatat64 instead of newfstatat syscall

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 645d11d4
...@@ -772,7 +772,7 @@ ...@@ -772,7 +772,7 @@
#define __NR_mknodat (__NR_Linux + 277) #define __NR_mknodat (__NR_Linux + 277)
#define __NR_fchownat (__NR_Linux + 278) #define __NR_fchownat (__NR_Linux + 278)
#define __NR_futimesat (__NR_Linux + 279) #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_unlinkat (__NR_Linux + 281)
#define __NR_renameat (__NR_Linux + 282) #define __NR_renameat (__NR_Linux + 282)
#define __NR_linkat (__NR_Linux + 283) #define __NR_linkat (__NR_Linux + 283)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment