aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-05-08 17:50:14 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-08 17:50:14 -0700
commit6c1142602c9c8faedbc1321892a169652a173fc7 (patch)
tree090c3f75bf2d2daa3ce1d1e8245365b4585912c8 /include/asm-sparc
parent[SPARC64]: Fix request_irq() ignored result warnings in PCI controller code. (diff)
downloadlinux-dev-6c1142602c9c8faedbc1321892a169652a173fc7.tar.xz
linux-dev-6c1142602c9c8faedbc1321892a169652a173fc7.zip
[SPARC]: Wire up utimensat syscall.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r--include/asm-sparc/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h
index e43ed1d63a9d..da9bdc5e5526 100644
--- a/include/asm-sparc/unistd.h
+++ b/include/asm-sparc/unistd.h
@@ -326,8 +326,9 @@
#define __NR_move_pages 307
#define __NR_getcpu 308
#define __NR_epoll_pwait 309
+#define __NR_utimensat 310
-#define NR_SYSCALLS 310
+#define NR_SYSCALLS 311
#ifdef __KERNEL__
#define __ARCH_WANT_IPC_PARSE_VERSION