aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kvm/kvm-82-uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kvm/kvm-82-uclibc.patch')
-rw-r--r--testing/kvm/kvm-82-uclibc.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/kvm/kvm-82-uclibc.patch b/testing/kvm/kvm-82-uclibc.patch
deleted file mode 100644
index 488be77d8d..0000000000
--- a/testing/kvm/kvm-82-uclibc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- kvm-82.orig/qemu/configure Wed Jan 14 13:40:28 2009
-+++ kvm-82/qemu/configure Wed Jan 14 13:41:28 2009
-@@ -1068,7 +1068,10 @@
- cat > $TMPC <<EOF
- #include <signal.h>
- #include <time.h>
--int main(void) { clockid_t id; return clock_gettime(id, NULL); }
-+int main(void) { clockid_t id; timer_t tid;
-+ return clock_gettime(id, NULL) + timer_delete(tid);
-+}
-+
- EOF
-
- rt=no