Skip to content

Commit

Permalink
[AVR32] Wire up sys_utimensat
Browse files Browse the repository at this point in the history
Tested with a slightly hacked version of the test case included with
the original utimensat patch. All OK.

Signed-off-by: Haavard Skinnemoen <[email protected]>
  • Loading branch information
Haavard Skinnemoen committed May 9, 2007
1 parent b3cfe0c commit 47cc3e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/avr32/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,5 @@ sys_call_table:
.long sys_shmget /* 275 */
.long sys_shmdt
.long sys_shmctl
.long sys_utimensat
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */
4 changes: 3 additions & 1 deletion include/asm-avr32/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,10 @@
#define __NR_shmdt 276
#define __NR_shmctl 277

#define __NR_utimensat 278

#ifdef __KERNEL__
#define NR_syscalls 278
#define NR_syscalls 279


#define __ARCH_WANT_IPC_PARSE_VERSION
Expand Down

0 comments on commit 47cc3e7

Please sign in to comment.