diff options
author | Vitaly Buka <vitalybuka@google.com> | 2023-02-18 12:53:41 -0800 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-02-20 09:32:43 -0300 |
commit | fd78cfa72ea2bab30fdb4e1e0672b34471426c05 (patch) | |
tree | 7c4c6a183334e56033fc151b7d6e784b0c1cec5f /stdlib/Makefile | |
parent | b5b27ff1519d6ca20efcec46bc26964e1c7da68a (diff) | |
download | glibc-fd78cfa72ea2bab30fdb4e1e0672b34471426c05.tar glibc-fd78cfa72ea2bab30fdb4e1e0672b34471426c05.tar.gz glibc-fd78cfa72ea2bab30fdb4e1e0672b34471426c05.tar.bz2 glibc-fd78cfa72ea2bab30fdb4e1e0672b34471426c05.zip |
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>
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index ff5096ad1b..cd32f53b56 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -171,6 +171,7 @@ tests := \ test-a64l \ test-at_quick_exit-race \ test-atexit-race \ + test-atexit-recursive \ test-bz22786 \ test-canon \ test-canon2 \ |