[hurd, commited] tst-cond23: return EXIT_UNSUPPORTED on missing clock selection

Samuel Thibault samuel.thibault@ens-lyon.org
Tue Jul 29 09:57:00 GMT 2025


---
 sysdeps/pthread/tst-cond23.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.47.2



More information about the Libc-alpha mailing list