stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]
authorVitaly Buka <vitalybuka@google.com>
Sat, 18 Feb 2023 20:53:41 +0000 (12:53 -0800)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 20 Feb 2023 12:32:43 +0000 (09:32 -0300)
commitfd78cfa72ea2bab30fdb4e1e0672b34471426c05
tree7c4c6a183334e56033fc151b7d6e784b0c1cec5f
parentb5b27ff1519d6ca20efcec46bc26964e1c7da68a
stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]

Post review removal of "goto restart" from
https://sourceware.org/pipermail/libc-alpha/2021-April/125470.html
introduced a bug when some atexit handers skipped.

Signed-off-by: Vitaly Buka <vitalybuka@google.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
stdlib/Makefile
stdlib/exit.c
stdlib/test-atexit-recursive.c [new file with mode: 0644]