Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5104
b: refs/heads/master
c: 0d4579e
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jul 27, 2005
1 parent 69f0a29 commit 9e94768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 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: 20a64f1d70a1a9cc001f2fec5ba1b0a4ff3f6bd5
refs/heads/master: 0d4579ed553e8bb29d580c08bfcabcb0826a89c3
14 changes: 2 additions & 12 deletions trunk/arch/um/kernel/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "user.h"
#include "kern_util.h"
#include "user_util.h"
#include "helper.h"
#include "os.h"

struct helper_data {
Expand Down Expand Up @@ -149,7 +150,7 @@ int run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags,
return(pid);
}

int helper_wait(int pid, int block)
int helper_wait(int pid)
{
int ret;

Expand All @@ -160,14 +161,3 @@ int helper_wait(int pid, int block)
}
return(ret);
}

/*
* Overrides for Emacs so that we follow Linus's tabbing style.
* Emacs will notice this stuff at the end of the file and automatically
* adjust the settings for this buffer only. This must remain at the end
* of the file.
* ---------------------------------------------------------------------------
* Local variables:
* c-file-style: "linux"
* End:
*/

0 comments on commit 9e94768

Please sign in to comment.