Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 920
b: refs/heads/master
c: 012914d
h: refs/heads/master
v: v3
  • Loading branch information
Russ Anderson authored and Tony Luck committed May 3, 2005
1 parent 6c7dfa0 commit f206ca3
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: 3ea8b477b4b9d3e75b5e9b8aea41259f45031823
refs/heads/master: 012914dad25bd5cacf88af4429eecda62a06020d
2 changes: 2 additions & 0 deletions trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,8 @@ fastcall NORET_TYPE void do_exit(long code)
for (;;) ;
}

EXPORT_SYMBOL_GPL(do_exit);

NORET_TYPE void complete_and_exit(struct completion *comp, long code)
{
if (comp)
Expand Down

0 comments on commit f206ca3

Please sign in to comment.