From 70992304dc8c5fc67d876e0f8e3dfaa82be955a1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 21 May 2013 14:57:23 +0100 Subject: [PATCH] Signed-off-by: Olaf Hering CC: Eric Shelton CC: Matt Wilson CC: Stefano Stabellini Acked-by: George Dunlap (for 4.3 release) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 904e019fd..ace3c3e1f 100755 --- a/configure +++ b/configure @@ -1097,7 +1097,7 @@ fi cat > $TMPC < #include -int main(void) { clockid_t id; return clock_gettime(id, NULL); } +int main(void) { struct itimerspec v; timer_t t; return timer_gettime (t, &v); } EOF rt=no -- 2.39.5