On Sat, Aug 13, 2022 at 07:10:22AM -0400, Elad Lahav wrote: > Signed-off-by: Elad Lahav <e2lahav@xxxxxxxxx> Queued and pushed, thank you! Thanx, Paul > --- > CodeSamples/count/count_stat_eventual.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CodeSamples/count/count_stat_eventual.c b/CodeSamples/count/count_stat_eventual.c > index 5179de9d..967644de 100644 > --- a/CodeSamples/count/count_stat_eventual.c > +++ b/CodeSamples/count/count_stat_eventual.c > @@ -61,7 +61,7 @@ void *eventual(void *arg) //\lnlbl{eventual:b} > void count_init(void) //\lnlbl{init:b} > { > int en; > - thread_id_t tid; > + pthread_t tid; > > en = pthread_create(&tid, NULL, eventual, NULL); > if (en != 0) { > -- > 2.25.1 >