Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155231
b: refs/heads/master
c: 7afdbf2
h: refs/heads/master
i:
  155229: 091cc75
  155227: 3f30527
  155223: e2921d5
  155215: 11a18aa
  155199: 6fb4d90
v: v3
  • Loading branch information
Arnd Bergmann authored and Thomas Gleixner committed Jul 7, 2009
1 parent 38c9147 commit 305d9f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c222dce48cb2adf5ed68201fb2a59d00544b9a74
refs/heads/master: 7afdbf23c3acdec3eaf1b94f87132fff3d81ce73
2 changes: 2 additions & 0 deletions trunk/include/linux/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ asmlinkage long sys_rt_sigtimedwait(const sigset_t __user *uthese,
siginfo_t __user *uinfo,
const struct timespec __user *uts,
size_t sigsetsize);
asmlinkage long sys_rt_tgsigqueueinfo(pid_t tgid, pid_t pid, int sig,
siginfo_t __user *uinfo);
asmlinkage long sys_kill(int pid, int sig);
asmlinkage long sys_tgkill(int tgid, int pid, int sig);
asmlinkage long sys_tkill(int pid, int sig);
Expand Down

0 comments on commit 305d9f1

Please sign in to comment.