X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d740fcc38174fbe1e9c5ec70ac3a15999fd62ac2..1b4e20873a7bd405842f3d8d1e6dd1d518db5535:/src/xbt/xbt_os_time.c diff --git a/src/xbt/xbt_os_time.c b/src/xbt/xbt_os_time.c index f378ca1329..6b06a6ba36 100644 --- a/src/xbt/xbt_os_time.c +++ b/src/xbt/xbt_os_time.c @@ -19,7 +19,7 @@ //Freebsd doesn't provide this clock_gettime flag yet, because it was added too recently (after 1993) #ifdef __FreeBSD__ -#define CLOCK_PROCESS_CPUTTIME_ID CLOCK_PROF +#define CLOCK_PROCESS_CPUTIME_ID CLOCK_PROF #endif double xbt_os_time(void)