Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108609
b: refs/heads/master
c: a4b7b6d
h: refs/heads/master
i:
  108607: 25c6d43
v: v3
  • Loading branch information
Bryan Wu committed Aug 14, 2008
1 parent e5ba116 commit e746035
Show file tree
Hide file tree
Showing 3 changed files with 14 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: b42a9f442c6f9f47a9d63f66fcc67ab8efe7b7fa
refs/heads/master: a4b7b6d7d3f4f71e741a878bcca6226d8d326a34
6 changes: 6 additions & 0 deletions trunk/arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,12 @@ ENTRY(_sys_call_table)
.long _sys_semtimedop
.long _sys_timerfd_settime
.long _sys_timerfd_gettime
.long _sys_signalfd4 /* 360 */
.long _sys_eventfd2
.long _sys_epoll_create1
.long _sys_dup3
.long _sys_pipe2
.long _sys_inotify_init1 /* 365 */

.rept NR_syscalls-(.-_sys_call_table)/4
.long _sys_ni_syscall
Expand Down
8 changes: 7 additions & 1 deletion trunk/include/asm-blackfin/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,14 @@
#define __NR_semtimedop 357
#define __NR_timerfd_settime 358
#define __NR_timerfd_gettime 359
#define __NR_signalfd4 360
#define __NR_eventfd2 361
#define __NR_epoll_create1 362
#define __NR_dup3 363
#define __NR_pipe2 364
#define __NR_inotify_init1 365

#define __NR_syscall 360
#define __NR_syscall 366
#define NR_syscalls __NR_syscall

/* Old optional stuff no one actually uses */
Expand Down

0 comments on commit e746035

Please sign in to comment.