X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=libthreads.h;h=8033a12dc053fe02a223b158934722331da96e8d;hb=e60d8c23d30a0dfe66b8426f7f2ecf576e812028;hp=f6de95bb9fa4f3614f07658b2abe05f8217ec6fa;hpb=10de861d3a9908e75b6f94283cc67b3f1b4d93ab;p=model-checker.git diff --git a/libthreads.h b/libthreads.h index f6de95b..8033a12 100644 --- a/libthreads.h +++ b/libthreads.h @@ -1,3 +1,7 @@ +/** @file libthreads.h + * @brief Basic Thread Library Functionality. + */ + #ifndef __LIBTHREADS_H__ #define __LIBTHREADS_H__ @@ -14,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 }