From: Samuel Thibault Date: Tue, 29 Jul 2025 09:56:06 +0000 (+0200) Subject: tst-cond23: return EXIT_UNSUPPORTED on missing clock selection X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25fcb681f27e8d03f8116acffb855f6c4925001;p=thirdparty%2Fglibc.git tst-cond23: return EXIT_UNSUPPORTED on missing clock selection --- diff --git a/sysdeps/pthread/tst-cond23.c b/sysdeps/pthread/tst-cond23.c index 0a68472eb8..a338397202 100644 --- a/sysdeps/pthread/tst-cond23.c +++ b/sysdeps/pthread/tst-cond23.c @@ -151,7 +151,7 @@ do_test (void) #if !defined _POSIX_CLOCK_SELECTION || _POSIX_CLOCK_SELECTION == -1 puts ("_POSIX_CLOCK_SELECTION not supported, test skipped"); - return 0; + return EXIT_UNSUPPORTED; #else