X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa798894e27f82493fa87e7a69d7e3f6b3815053..15e1163e6cc44cd33e6bac01003189d11c6402c6:/src/xbt/xbt_os_thread.c?ds=sidebyside diff --git a/src/xbt/xbt_os_thread.c b/src/xbt/xbt_os_thread.c index 2e9e91f910..d07112d2b7 100644 --- a/src/xbt/xbt_os_thread.c +++ b/src/xbt/xbt_os_thread.c @@ -722,9 +722,9 @@ xbt_os_thread_t xbt_os_thread_create(const char *name, return t; } -void xbt_os_thread_setstacksize(int stack_size) +void xbt_os_thread_setstacksize(int size) { - stack_size=stack_size; + stack_size = size; } const char *xbt_os_thread_name(xbt_os_thread_t t)