summaryrefslogtreecommitdiffstats
path: root/devel/glib20/files/patch-glib_gtimer.c
blob: a0661056559fb43d6ea9e0063cadfd0d1d9a21fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- glib/gtimer.c.orig  Sun Oct  1 01:51:15 2006
+++ glib/gtimer.c   Tue Oct  3 17:00:39 2006
@@ -257,7 +257,7 @@
 
   if (microseconds)
     *microseconds = (elapsed / 10) % 1000000;
-#elif HAVE_CLOCK_GETTIME
+#elif USE_CLOCK_GETTIME
   if (timer->active)
     GETTIME (timer->end);