aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-avr32/unistd.h
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-05-09 04:23:11 -0400
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-05-09 04:23:11 -0400
commit47cc3e780474be2e462278d63d77c27a493b28ed (patch)
tree981b8688f193c872445c74415684f1933a793830 /include/asm-avr32/unistd.h
parentb3cfe0cb37ac7c3ca05a29e308f01c8eb27e06d4 (diff)
[AVR32] Wire up sys_utimensat
Tested with a slightly hacked version of the test case included with the original utimensat patch. All OK. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32/unistd.h')
-rw-r--r--include/asm-avr32/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-avr32/unistd.h b/include/asm-avr32/unistd.h
index 8f5120471819..2418cce624cc 100644
--- a/include/asm-avr32/unistd.h
+++ b/include/asm-avr32/unistd.h
@@ -295,8 +295,10 @@
295#define __NR_shmdt 276 295#define __NR_shmdt 276
296#define __NR_shmctl 277 296#define __NR_shmctl 277
297 297
298#define __NR_utimensat 278
299
298#ifdef __KERNEL__ 300#ifdef __KERNEL__
299#define NR_syscalls 278 301#define NR_syscalls 279
300 302
301 303
302#define __ARCH_WANT_IPC_PARSE_VERSION 304#define __ARCH_WANT_IPC_PARSE_VERSION