From: Martin Quinson Date: Sat, 24 May 2014 20:13:27 +0000 (+0200) Subject: update the comments of that file X-Git-Tag: v3_11~42 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/546b5bb1d5ca203fc0c212124bedc9b4673b6f50 update the comments of that file --- diff --git a/src/include/xbt/xbt_os_time.h b/src/include/xbt/xbt_os_time.h index 90b1304ee1..0b1341aa29 100644 --- a/src/include/xbt/xbt_os_time.h +++ b/src/include/xbt/xbt_os_time.h @@ -1,5 +1,4 @@ -/* xbt/xbt_portability.h -- all system dependency */ -/* Private portability layer */ +/* xbt/xbt_os_timer.h -- system dependency on time functions */ /* Copyright (c) 2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ @@ -7,8 +6,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef _XBT_PORTABILITY_H -#define _XBT_PORTABILITY_H +#ifndef _XBT_OS_TIMER_H +#define _XBT_OS_TIMER_H #include /* XBT_PUBLIC */