diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 20:50:14 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 20:50:14 -0400 |
commit | 6c1142602c9c8faedbc1321892a169652a173fc7 (patch) | |
tree | 090c3f75bf2d2daa3ce1d1e8245365b4585912c8 /include/asm-sparc | |
parent | af80318eb71e234a59957cd1d2d7c3fa2ea27313 (diff) |
[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.h | 3 |
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 @@ | |||
326 | #define __NR_move_pages 307 | 326 | #define __NR_move_pages 307 |
327 | #define __NR_getcpu 308 | 327 | #define __NR_getcpu 308 |
328 | #define __NR_epoll_pwait 309 | 328 | #define __NR_epoll_pwait 309 |
329 | #define __NR_utimensat 310 | ||
329 | 330 | ||
330 | #define NR_SYSCALLS 310 | 331 | #define NR_SYSCALLS 311 |
331 | 332 | ||
332 | #ifdef __KERNEL__ | 333 | #ifdef __KERNEL__ |
333 | #define __ARCH_WANT_IPC_PARSE_VERSION | 334 | #define __ARCH_WANT_IPC_PARSE_VERSION |