X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fthreads.h;h=d1ff1929aba37840d9cab9f5b5bf087639057550;hb=26d1dd1430da05b8da4b1250b299a620ecd52102;hp=641b0cf010927919f349d177110abb7871cf8715;hpb=98952a7c75650993548c6fda82273e3460268a86;p=model-checker.git diff --git a/include/threads.h b/include/threads.h index 641b0cf..d1ff192 100644 --- a/include/threads.h +++ b/include/threads.h @@ -15,7 +15,7 @@ extern "C" { int thrd_create(thrd_t *t, thrd_start_t start_routine, void *arg); int thrd_join(thrd_t); - int thrd_yield(void); + void thrd_yield(void); thrd_t thrd_current(void); int user_main(int, char**);