]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/sched.h
exec: kill bprm->tcomm[], simplify the "basename" logic
[karo-tx-linux.git] / include / linux / sched.h
index 6c70645eb3b61b36cea9a7f42797b26fefc36dea..f8497059f88cd635f59c552c50f9ecedc8ba5cf6 100644 (file)
@@ -2357,7 +2357,7 @@ extern long do_fork(unsigned long, unsigned long, unsigned long, int __user *, i
 struct task_struct *fork_idle(int);
 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
 
-extern void set_task_comm(struct task_struct *tsk, char *from);
+extern void set_task_comm(struct task_struct *tsk, const char *from);
 extern char *get_task_comm(char *to, struct task_struct *tsk);
 
 #ifdef CONFIG_SMP