|
|
|
@ -60,21 +60,3 @@ Index: src/cursor.c
|
|
|
|
|
return tv.tv_nsec + (tv.tv_sec * 1000000000);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Index: src/tests/test_quantile.c
|
|
|
|
|
--- src/tests/test_quantile.c.orig 2019-09-22 13:16:22.000000000 +0200
|
|
|
|
|
+++ src/tests/test_quantile.c 2019-09-23 21:12:22.277784000 +0200
|
|
|
|
|
@@ -5,6 +5,7 @@
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include <assert.h>
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
+#include <inttypes.h>
|
|
|
|
|
|
|
|
|
|
static FILE *fp;
|
|
|
|
|
static Buffer buf;
|
|
|
|
|
@@ -48,4 +49,4 @@
|
|
|
|
|
TESTFUNC(testBasic);
|
|
|
|
|
|
|
|
|
|
Buffer_Free(&buf);
|
|
|
|
|
-})
|
|
|
|
|
\ No newline at end of file
|
|
|
|
|
+})
|
|
|
|
|