SHA256
1
0
forked from pool/atftp
atftp/atftp-CLK_TCK.diff
2013-11-15 11:54:26 +00:00

16 lines
394 B
Diff

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.