X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=libthreads.h;h=8033a12dc053fe02a223b158934722331da96e8d;hb=2693d3e8789d9f06a66aa9cd612a395c2cf649ea;hp=0c02971342d06ffa903feb01b2d4daadc08754d4;hpb=6d7624344faab763eb30f3a6424f51538b7292a5;p=model-checker.git diff --git a/libthreads.h b/libthreads.h index 0c02971..8033a12 100644 --- a/libthreads.h +++ b/libthreads.h @@ -18,7 +18,7 @@ extern "C" { int thrd_yield(void); thrd_t thrd_current(void); - void user_main(void); + int user_main(int, char**); #ifdef __cplusplus }