diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-27 11:25:23 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-27 11:25:23 -0500 |
| commit | bb820c03e2d638038fd48f42ee71e4004e55aba8 (patch) | |
| tree | 43266acaef2a63fcd06de565a42c264a4f71e95f /qemu-common.h | |
| parent | 2fb0c09f4ff036f68474277ed4edc036f6529de8 (diff) | |
| parent | 20fa53ece42bec6ce5db801bead125277b26ab8a (diff) | |
| download | focaccia-qemu-bb820c03e2d638038fd48f42ee71e4004e55aba8.tar.gz focaccia-qemu-bb820c03e2d638038fd48f42ee71e4004e55aba8.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'qemu-common.h')
| -rw-r--r-- | qemu-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu-common.h b/qemu-common.h index 109498dd4d..abd7a75b72 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. */ |