diff options
Diffstat (limited to 'devel/glib20/files/patch-glib_gtimer.c')
-rw-r--r-- | devel/glib20/files/patch-glib_gtimer.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/glib20/files/patch-glib_gtimer.c b/devel/glib20/files/patch-glib_gtimer.c new file mode 100644 index 000000000000..a0661056559f --- /dev/null +++ b/devel/glib20/files/patch-glib_gtimer.c @@ -0,0 +1,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); + |