X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=libthreads.h;h=8033a12dc053fe02a223b158934722331da96e8d;hb=a7f4b420cb8b12813d3feed76cf6af72b9803697;hp=f6de95bb9fa4f3614f07658b2abe05f8217ec6fa;hpb=9ab763adc965ca76a8d65b9898d20c60cdb44445;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 }