[libdispatch-changes] [108] trunk/testing

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 3 08:36:20 PST 2009


Revision: 108
          http://trac.macosforge.org/projects/libdispatch/changeset/108
Author:   robert at fledge.watson.org
Date:     2009-11-03 08:36:18 -0800 (Tue, 03 Nov 2009)
Log Message:
-----------
Remove non-portable header use and mark dispatch_drift as available on
blocks-aware systems.

Modified Paths:
--------------
    trunk/testing/Makefile.am
    trunk/testing/dispatch_drift.c

Modified: trunk/testing/Makefile.am
===================================================================
--- trunk/testing/Makefile.am	2009-11-03 16:18:18 UTC (rev 107)
+++ trunk/testing/Makefile.am	2009-11-03 16:36:18 UTC (rev 108)
@@ -11,6 +11,7 @@
 BLOCKS_TESTS=				\
 	dispatch_after			\
 	dispatch_apply			\
+	dispatch_drift			\
 	dispatch_group			\
 	dispatch_pingpong		\
 	dispatch_read			\
@@ -35,7 +36,6 @@
 #
 BROKEN_TESTS=				\
 	dispatch_cffd			\
-	dispatch_drift			\
 	dispatch_proc			\
 	dispatch_readsync		\
 	dispatch_starfish		\

Modified: trunk/testing/dispatch_drift.c
===================================================================
--- trunk/testing/dispatch_drift.c	2009-11-03 16:18:18 UTC (rev 107)
+++ trunk/testing/dispatch_drift.c	2009-11-03 16:36:18 UTC (rev 108)
@@ -19,7 +19,6 @@
  */
 
 #include <dispatch/dispatch.h>
-#include <mach/mach_time.h>
 #include <sys/time.h>
 #include <math.h>
 #include <unistd.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091103/1be16d89/attachment.html>


More information about the libdispatch-changes mailing list