Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173221
b: refs/heads/master
c: 2770f18
h: refs/heads/master
i:
  173219: d9d58f5
v: v3
  • Loading branch information
Shawn Bohrer authored and Linus Torvalds committed Dec 10, 2009
1 parent 85b7122 commit 30027bf
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 038f7d0027d208df8fd59f5ff2bcf5c2d2fbba3f
refs/heads/master: 2770f189b7a5582869c137e5617fb88cc0ad0fd3
2 changes: 1 addition & 1 deletion trunk/Documentation/DocBook/kernel-hacking.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ asmlinkage long sys_mycall(int arg)
</para>

<programlisting>
if (signal_pending())
if (signal_pending(current))
return -ERESTARTSYS;
</programlisting>

Expand Down

0 comments on commit 30027bf

Please sign in to comment.