summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-12 23:44:15 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-12 23:44:15 +0100
commit86b6d437176d77b08eab55ea941938af2587532c (patch)
treeca0a492b11a058c76b34a92107c668fb0be3b219
parent893d02e21dd224b9759797300e9ce3f5c35d5569 (diff)
Add HP_SMALL_TIMING_AVAIL macro
-rw-r--r--sysdeps/mach/hurd/hp-timing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/hp-timing.h b/sysdeps/mach/hurd/hp-timing.h
index 29a8839d70..3e2ebe360e 100644
--- a/sysdeps/mach/hurd/hp-timing.h
+++ b/sysdeps/mach/hurd/hp-timing.h
@@ -25,6 +25,7 @@
/* Provide dummy definitions. */
#define HP_TIMING_AVAIL (0)
+#define HP_SMALL_TIMING_AVAIL (0)
#define HP_TIMING_INLINE (0)
typedef int hp_timing_t;
#define HP_TIMING_ZERO(Var)