Fix typo in pthread_exit test.
This commit is contained in:
@@ -11,7 +11,7 @@ void *routine(void *arg) {
|
||||
|
||||
sleep(1);
|
||||
|
||||
puts("Thread ");
|
||||
puts("Thread succeeded");
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user