From: Ian Jackson Date: Tue, 21 May 2013 13:57:23 +0000 (+0100) Subject: Signed-off-by: Olaf Hering X-Git-Tag: xen-4.3.0~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=70992304dc8c5fc67d876e0f8e3dfaa82be955a1;p=qemu-xen-4.4-testing.git Signed-off-by: Olaf Hering CC: Eric Shelton CC: Matt Wilson CC: Stefano Stabellini Acked-by: George Dunlap (for 4.3 release) --- 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