diff options
Diffstat (limited to 'usr/src/test/libc-tests/tests/c11_threads.c')
-rw-r--r-- | usr/src/test/libc-tests/tests/c11_threads.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/test/libc-tests/tests/c11_threads.c b/usr/src/test/libc-tests/tests/c11_threads.c index 2f96bcbd89..4504a9c262 100644 --- a/usr/src/test/libc-tests/tests/c11_threads.c +++ b/usr/src/test/libc-tests/tests/c11_threads.c @@ -10,7 +10,7 @@ */ /* - * Copyright 2017 Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ /* @@ -172,7 +172,6 @@ static int cthr_test_detach_thr0(void *arg) { thrd_exit(23); - abort(); } static int |