summaryrefslogtreecommitdiff
path: root/benchmarks/xdd/files/patch-ticker.h
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/xdd/files/patch-ticker.h')
-rw-r--r--benchmarks/xdd/files/patch-ticker.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/benchmarks/xdd/files/patch-ticker.h b/benchmarks/xdd/files/patch-ticker.h
deleted file mode 100644
index 358c4279b456..000000000000
--- a/benchmarks/xdd/files/patch-ticker.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ticker.h.orig Fri Mar 16 06:44:32 2007
-+++ ticker.h Fri Mar 16 06:44:41 2007
-@@ -35,7 +35,7 @@
- /* Types */
- /* ----- */
- /* A ticker value */
--#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX)
-+#if (LINUX || AIX || IRIX || SOLARIS || HPUX || ALTIX || OSX || FreeBSD)
- typedef unsigned long long tick_t;
- #else
- typedef unsigned __int64 tick_t;