From f6ecadcba1e258d1ee787f9e65f96e15a0dfa20b Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 4 Apr 2021 13:58:28 +0200 Subject: [PATCH] exit_group.2: Use 'noreturn' in prototypes This function never returns to its caller. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/exit_group.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/exit_group.2 b/man2/exit_group.2 index d26ec8c70..4fd314262 100644 --- a/man2/exit_group.2 +++ b/man2/exit_group.2 @@ -29,7 +29,7 @@ exit_group \- exit all threads in a process .nf .B #include .PP -.BI "void exit_group(int " status ); +.BI "noreturn void exit_group(int " status ); .fi .SH DESCRIPTION This system call is equivalent to