common: flag mxexit that it doesn't return

This commit is contained in:
Moritz Bunkus 2019-01-02 23:11:27 +01:00
parent a4057204b6
commit 571e8b254f
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -111,6 +111,7 @@ using namespace std::string_literals;
#define TIMESTAMP_SCALE 1000000
void mxrun_before_exit(std::function<void()> function);
[[noreturn]]
void mxexit(int code = -1);
void set_process_priority(int priority);