Merging upstream version 0.7.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
44a755f8ce
commit
6df1da3298
33 changed files with 913 additions and 181 deletions
|
@ -124,7 +124,7 @@ main(int argc, char *argv[])
|
|||
|
||||
n_threads = atoi(argv[1]) - 1;
|
||||
if (n_threads <= 0) {
|
||||
ck_error("ERROR: Number of threads must be greater than 0\n");
|
||||
return 0; /* nothing to do */
|
||||
}
|
||||
|
||||
threads = malloc(sizeof(pthread_t) * n_threads);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue