summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/kern_tc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index f6a1136d31..d8f086d1fb 100644
--- a/cpukit/score/src/kern_tc.c
+++ b/cpukit/score/src/kern_tc.c
@@ -67,6 +67,7 @@ __FBSDID("$FreeBSD r284178 2015-06-09T11:49:56Z$");
ISR_LOCK_DEFINE(static, _Timecounter_Lock, "Timecounter");
#define hz rtems_clock_get_ticks_per_second()
#define printf(...)
+#define bcopy(x, y, z) memcpy(y, x, z);
#define log(...)
static inline int
fls(int x)