diff options
author | Tiwei Bie <tiwei.btw@antgroup.com> | 2024-08-26 18:08:14 +0800 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2024-09-12 20:43:26 +0200 |
commit | fe6abeba24996f826473630b2054699828fd9f18 (patch) | |
tree | 05d29bb29774f1f85a95b831df9d60accd47fb6b | |
parent | bf67dbf4f7c0fe61e4e94b30f5913ca1c539f433 (diff) |
um: Remove the declaration of user_thread function
This function has never been defined since its declaration was
introduced by commit 1da177e4c3f4 ("Linux-2.6.12-rc2").
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | arch/um/include/shared/skas/skas.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/shared/skas/skas.h b/arch/um/include/shared/skas/skas.h index 854cff8d6319..85c50122ab98 100644 --- a/arch/um/include/shared/skas/skas.h +++ b/arch/um/include/shared/skas/skas.h @@ -10,7 +10,6 @@ extern int userspace_pid[]; -extern int user_thread(unsigned long stack, int flags); extern void new_thread_handler(void); extern void handle_syscall(struct uml_pt_regs *regs); extern unsigned long current_stub_stack(void); |