Fix typo in pthread_exit test.

This commit is contained in:
4lDO2
2025-04-10 15:35:59 +02:00
parent a8ee9e72ee
commit 2fb247266b
+1 -1
View File
@@ -11,7 +11,7 @@ void *routine(void *arg) {
sleep(1);
puts("Thread ");
puts("Thread succeeded");
return NULL;
}