projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645d11d
)
[PARISC] Use fstatat64 instead of newfstatat syscall
author
Helge Deller
<deller@gmx.de>
Wed, 27 Dec 2006 22:23:51 +0000
(23:23 +0100)
committer
Kyle McMartin
<kyle@athena.road.mcmartin.ca>
Sat, 17 Feb 2007 05:59:38 +0000
(
00:59
-0500)
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
include/asm-parisc/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-parisc/unistd.h
b/include/asm-parisc/unistd.h
index 3a1ae2b75f05bbb47e3ee73d4703c29478c4afa6..3fb37cfcb86427dd2d5376599dac3c235f291095 100644
(file)
--- 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)