| Submitter | Stefan Hajnoczi |
|---|---|
| Date | June 24, 2011, 4:56 p.m. |
| Message ID | <1308934609-20824-12-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/101868/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qemu-common.h b/qemu-common.h index 109498d..abd7a75 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -112,11 +112,6 @@ static inline char *realpath(const char *path, char *resolved_path) _fullpath(resolved_path, path, _MAX_PATH); return resolved_path; } - -#define PRId64 "I64d" -#define PRIx64 "I64x" -#define PRIu64 "I64u" -#define PRIo64 "I64o" #endif /* FIXME: Remove NEED_CPU_H. */