Actions
Bug #15332
opensetcontext(2) isn't actually noreturn
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Right now the implementation of setcontext in our headers declares it noreturn
in various ways. However, the implementation isn't actually truly noreturn
. This needs to be fixed by striking the keyword. This does match some platforms like FreeBSD, musl, etc. where it is not marked as such.
Actions