All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] x86: setjmp: including stdio is a no-no
@ 2016-03-01 13:30 Andrew Jones
  2016-03-01 19:54 ` Peter Feiner
  2016-03-01 21:09 ` Paolo Bonzini
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Jones @ 2016-03-01 13:30 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini

Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 x86/setjmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x86/setjmp.c b/x86/setjmp.c
index 46f0d9c5feb9b..fa331792d852d 100644
--- a/x86/setjmp.c
+++ b/x86/setjmp.c
@@ -1,4 +1,4 @@
-#include "stdio.h"
+#include "libcflat.h"
 #include "setjmp.h"
 
 int main()
-- 
2.4.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-02 14:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 13:30 [kvm-unit-tests PATCH] x86: setjmp: including stdio is a no-no Andrew Jones
2016-03-01 19:54 ` Peter Feiner
2016-03-01 21:09 ` Paolo Bonzini
2016-03-02 14:50   ` Andrew Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.