Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56487
b: refs/heads/master
c: 78c129b
h: refs/heads/master
i:
  56485: 455c290
  56483: 9c406a0
  56479: 67a43c2
v: v3
  • Loading branch information
Haavard Skinnemoen committed May 13, 2007
1 parent 3dd7031 commit e1b7bda
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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: 9caebec7b8093574fca5a334a1939530872d75e3
refs/heads/master: 78c129b949bdee21dd996ac5f5cfc655cd5bd42e
3 changes: 3 additions & 0 deletions trunk/arch/avr32/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,7 @@ sys_call_table:
.long sys_shmdt
.long sys_shmctl
.long sys_utimensat
.long sys_signalfd
.long sys_timerfd /* 280 */
.long sys_eventfd
.long sys_ni_syscall /* r8 is saturated at nr_syscalls */
5 changes: 4 additions & 1 deletion trunk/include/asm-avr32/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,12 @@
#define __NR_shmctl 277

#define __NR_utimensat 278
#define __NR_signalfd 279
#define __NR_timerfd 280
#define __NR_eventfd 281

#ifdef __KERNEL__
#define NR_syscalls 279
#define NR_syscalls 282


#define __ARCH_WANT_IPC_PARSE_VERSION
Expand Down

0 comments on commit e1b7bda

Please sign in to comment.