Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19673
b: refs/heads/master
c: 514a01b
h: refs/heads/master
i:
  19671: 59e80e6
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 3, 2006
1 parent 7fe88ba commit 0349204
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: 808249ceba49cdb3054c0aa5b75a61862d6cab94
refs/heads/master: 514a01b880d28a3029d9e35de72ad8d2f95b31d0
2 changes: 1 addition & 1 deletion trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static struct sigqueue *__sigqueue_alloc(struct task_struct *t, gfp_t flags,
return(q);
}

static inline void __sigqueue_free(struct sigqueue *q)
static void __sigqueue_free(struct sigqueue *q)
{
if (q->flags & SIGQUEUE_PREALLOC)
return;
Expand Down

0 comments on commit 0349204

Please sign in to comment.