CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2021/11/25 21:42:13
Modified files: sys/kern : kern_kthread.c sys/sys : proc.h signalvar.h Log message: Mark exit1() and sigexit() as non-returning The late 1990s reasons for avoiding __dead with exit1() should not apply with the current compilers. This fixes compiler warnings about uninitialized variables in trap.c on mips64. Discussed with guenther@ and miod@