From: Augustin Degomme Date: Thu, 7 Nov 2013 22:28:18 +0000 (+0100) Subject: I blame someone else for this X-Git-Tag: v3_10_rc2~9 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/07c3e8b3a49e2fa7f2f28df9e40a19ae3f55c090 I blame someone else for this (cherry picked from commit 9e330fa625482e41928374164d70cdd209f3f0c7) --- 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)