X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=libthreads.cc;fp=libthreads.cc;h=e8d3b6e61e78710169d03da5b4d57180a7c388e0;hb=934b4d3e585ee77329a9211b03d2b72b7b6ebdf9;hp=205821eac68255d696e89e945f71c06fd63ba7c5;hpb=10df540dad6ba429731920c5e36638a3ac557eab;p=model-checker.git diff --git a/libthreads.cc b/libthreads.cc index 205821e..e8d3b6e 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 *), void *arg) +int thrd_create(thrd_t *t, thrd_start_t start_routine, void *arg) { int ret; DBG();