Skip to content

Commit c4ba7a2

Browse files
hdellerKyle McMartin
authored andcommitted
[PARISC] Use fstatat64 instead of newfstatat syscall
Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
1 parent 645d11d commit c4ba7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/asm-parisc/unistd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
#define __NR_mknodat (__NR_Linux + 277)
773773
#define __NR_fchownat (__NR_Linux + 278)
774774
#define __NR_futimesat (__NR_Linux + 279)
775-
#define __NR_newfstatat (__NR_Linux + 280)
775+
#define __NR_fstatat64 (__NR_Linux + 280)
776776
#define __NR_unlinkat (__NR_Linux + 281)
777777
#define __NR_renameat (__NR_Linux + 282)
778778
#define __NR_linkat (__NR_Linux + 283)

0 commit comments

Comments
 (0)