X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=libthreads.cc;fp=libthreads.cc;h=205821eac68255d696e89e945f71c06fd63ba7c5;hb=9ab763adc965ca76a8d65b9898d20c60cdb44445;hp=b5760ae6eab89f381a67b12a4e05f0402ef7ad76;hpb=c441974826572b713174c571104bdf9bd37c018b;p=model-checker.git diff --git a/libthreads.cc b/libthreads.cc index b5760ae..205821e 100644 --- a/libthreads.cc +++ b/libthreads.cc @@ -8,7 +8,7 @@ /* * User program API functions */ -int thrd_create(thrd_t *t, void (*start_routine)(), void *arg) +int thrd_create(thrd_t *t, void (*start_routine)(void *), void *arg) { int ret; DBG();