Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154008
b: refs/heads/master
c: fcec9bf
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Jun 19, 2009
1 parent 3142f84 commit 6f78c8a
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 1527aab617af87f2d2121fa3ff5aa79d96e7ad2f
refs/heads/master: fcec9bf12442d0cd50d6cee125d168cfc3f37c5e
7 changes: 6 additions & 1 deletion trunk/include/asm-generic/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,13 @@ __SYSCALL(__NR_migrate_pages, sys_migrate_pages)
__SYSCALL(__NR_move_pages, sys_move_pages)
#endif

#define __NR_rt_tgsigqueueinfo 240
__SYSCALL(__NR_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo)
#define __NR_perf_counter_open 241
__SYSCALL(__NR_perf_counter_open, sys_perf_counter_open)

#undef __NR_syscalls
#define __NR_syscalls 240
#define __NR_syscalls 242

/*
* All syscalls below here should go away really,
Expand Down

0 comments on commit 6f78c8a

Please sign in to comment.