Skip to content

Commit

Permalink
Ticket #3693: clarify that lack of noreturn attribute is on purpose
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <[email protected]>
  • Loading branch information
zyv committed Mar 4, 2017
1 parent f09d863 commit 151b08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utilunix.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ save_stop_handler (void)
*/

void
/* __attribute__ ((noreturn)) */
my_exit (int status)
{
_exit (status);
Expand Down

0 comments on commit 151b08b

Please sign in to comment.