Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Mar 8, 2024
1 parent c5cd12b commit aee0b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/posix/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ int aws_thread_launch(
pthread_attr_destroy(attributes_ptr);
}
wrapper->membind = false;
attr_return = s_init_pthread_attr(options->stack_size, options->cpu_id, &attributes);
attr_return = s_init_pthread_attr(options->stack_size, -1, &attributes);
if (attr_return) {
goto cleanup;
}
Expand Down

0 comments on commit aee0b66

Please sign in to comment.