Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I blame someone else for this
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 7 Nov 2013 22:28:18 +0000 (23:28 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 7 Nov 2013 22:28:18 +0000 (23:28 +0100)
src/xbt/xbt_os_time.c

index f378ca1..6b06a6b 100644 (file)
@@ -19,7 +19,7 @@
 
 //Freebsd doesn't provide this clock_gettime flag yet, because it was added too recently (after 1993)
 #ifdef __FreeBSD__
 
 //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)
 #endif
 
 double xbt_os_time(void)