summaryrefslogtreecommitdiff
path: root/src/time/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/clock.c')
-rw-r--r--src/time/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/time/clock.c b/src/time/clock.c
index a141e36d..bba89063 100644
--- a/src/time/clock.c
+++ b/src/time/clock.c
@@ -1,6 +1,7 @@
#include <time.h>
/** get processor time **/
+
clock_t clock(void)
{
return (clock_t)-1;