1
0
Fork 0
alistair23-linux/arch/um/os-Linux/skas
Richard Weinberger 7ff1e34bbd um: Give start_idle_thread() a return code
Fixes:
arch/um/os-Linux/skas/process.c:613:1: warning: control reaches end of
non-void function [-Wreturn-type]

longjmp() never returns but gcc still warns that the end of the function
can be reached.
Add a return code and debug aid to detect this impossible case.

Signed-off-by: Richard Weinberger <richard@nod.at>
2018-10-29 22:23:11 +01:00
..
Makefile uml: move sig_handler_common_skas 2008-02-05 09:44:30 -08:00
mem.c um/os-Linux: Use char[] for syscall_stub declarations 2015-05-31 13:14:07 +02:00
process.c um: Give start_idle_thread() a return code 2018-10-29 22:23:11 +01:00