syscalls.master: mark _exit as not returning
Reviewed by: imp, kib Differential Revision: https://reviews.freebsd.org/D51674
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
...
|
||||
);
|
||||
}
|
||||
1 AUE_EXIT STD|CAPENABLED {
|
||||
1 AUE_EXIT STD|CAPENABLED|NORETURN {
|
||||
void _exit(
|
||||
int rval
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user