Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83328
b: refs/heads/master
c: 46a56c5
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Linus Torvalds committed Feb 5, 2008
1 parent e1a0a8d commit d5e9d06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cb2a7c1e95e472b5ad8cbde4d5c7bb65c532603
refs/heads/master: 46a56c5a02430f80ef73357aa1295875c1cef2a7
2 changes: 1 addition & 1 deletion trunk/arch/avr32/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,6 @@ sys_call_table:
.long sys_shmctl
.long sys_utimensat
.long sys_signalfd
.long sys_timerfd /* 280 */
.long sys_ni_syscall /* 280, was sys_timerfd */
.long sys_eventfd
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */
2 changes: 1 addition & 1 deletion trunk/include/asm-avr32/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@

#define __NR_utimensat 278
#define __NR_signalfd 279
#define __NR_timerfd 280
/* 280 was __NR_timerfd */
#define __NR_eventfd 281

#ifdef __KERNEL__
Expand Down

0 comments on commit d5e9d06

Please sign in to comment.