Merge branch 'master' into next
[safe/jmp/linux-2.6] / include / linux / sched.h
index 3ab08e4..94990a8 100644 (file)
@@ -2076,7 +2076,7 @@ static inline unsigned long wait_task_inactive(struct task_struct *p,
 #define for_each_process(p) \
        for (p = &init_task ; (p = next_task(p)) != &init_task ; )
 
-extern bool is_single_threaded(struct task_struct *);
+extern bool current_is_single_threaded(void);
 
 /*
  * Careful: do_each_thread/while_each_thread is a double loop so