File atftp-CLK_TCK.diff of Package atftp.6020
Index: stats.c
===================================================================
--- stats.c.orig
+++ stats.c
@@ -142,6 +142,10 @@ void stats_thread_usage_locked(void)
pthread_mutex_unlock(&s_stats.mutex);
}
+#ifndef CLK_TCK
+#define CLK_TCK CLOCKS_PER_SEC
+#endif
+
/*
* Called at the end of the main thread, when no other threads are
* running, to print the final statistics.