Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56795
b: refs/heads/master
c: 26bbfda
h: refs/heads/master
i:
  56793: 0d19bc9
  56791: eb27161
v: v3
  • Loading branch information
Paul Mundt committed May 21, 2007
1 parent 4798c01 commit 7fb648d
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: fce692e7986f9689a8f414a74e58c4a6d35d5551
refs/heads/master: 26bbfda8b1a4d491a86c60b3a97948a4f49fb86a
3 changes: 3 additions & 0 deletions trunk/arch/sh/kernel/syscalls.S
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,6 @@ ENTRY(sys_call_table)
.long sys_getcpu
.long sys_epoll_pwait
.long sys_utimensat /* 320 */
.long sys_signalfd
.long sys_timerfd
.long sys_eventfd
5 changes: 4 additions & 1 deletion trunk/include/asm-sh/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,11 @@
#define __NR_getcpu 318
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define __NR_signalfd 321
#define __NR_timerfd 322
#define __NR_eventfd 323

#define NR_syscalls 321
#define NR_syscalls 324

#ifdef __KERNEL__

Expand Down

0 comments on commit 7fb648d

Please sign in to comment.