commit | 40ad7a6afc53217ad95b5ae2221e42d7655e057b | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sun Feb 12 23:30:11 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Feb 12 23:30:11 2006 -0800 |
tree | a164f00f514bb816abe370b1050c88799a8572f4 | |
parent | e9bb4c9929a63b23dcc637fae312b36b038bdc61 [diff] [blame] |
[SPARC]: sys_newfstatat --> sys_fstatat64 Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h index 0615d60..64ec640 100644 --- a/include/asm-sparc/unistd.h +++ b/include/asm-sparc/unistd.h
@@ -305,7 +305,7 @@ #define __NR_mknodat 286 #define __NR_fchownat 287 #define __NR_futimesat 288 -#define __NR_newfstatat 289 +#define __NR_fstatat64 289 #define __NR_unlinkat 290 #define __NR_renameat 291 #define __NR_linkat 292