X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0b338053bf57bfe29230791472d1d4c6b16e0cb1..c81b88b7af71898176fabb4177118edfc3a70c22:/src/xbt/xbt_os_thread.c diff --git a/src/xbt/xbt_os_thread.c b/src/xbt/xbt_os_thread.c index a4b7fa8f6e..73fe3a4fdc 100644 --- a/src/xbt/xbt_os_thread.c +++ b/src/xbt/xbt_os_thread.c @@ -309,7 +309,7 @@ void xbt_os_mutex_destroy(xbt_os_mutex_t mutex) { } /***** condition related functions *****/ - enum { + enum { /* KEEP IT IN SYNC WITH xbt_thread.c */ SIGNAL = 0, BROADCAST = 1, MAX_EVENTS = 2