syscalls.master: mark _exit as not returning

Reviewed by:	imp, kib
Differential Revision:	https://reviews.freebsd.org/D51674
This commit is contained in:
Brooks Davis
2025-08-08 10:30:17 +01:00
parent 202ac0975e
commit 2a2556879b
+1 -1
View File
@@ -125,7 +125,7 @@
...
);
}
1 AUE_EXIT STD|CAPENABLED {
1 AUE_EXIT STD|CAPENABLED|NORETURN {
void _exit(
int rval
);