pthreads: Use _exit to terminate the tst-stdio1 test
authorFlorian Weimer <fweimer@redhat.com>
Tue, 6 Jun 2023 09:39:06 +0000 (11:39 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 6 Jun 2023 09:39:06 +0000 (11:39 +0200)
commit7d421209287a07db5e926552ae5fbe9d8abb50dc
treec1908a06fc215f1c395287b49916adf8fd4533e4
parent047703fbb88eb38fbe973f3abedb279382f181d0
pthreads: Use _exit to terminate the tst-stdio1 test

Previously, the exit function was used, but this causes the test to
block (until the timeout) once exit is changed to lock stdio streams
during flush.
sysdeps/pthread/tst-stdio1.c