aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_private.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 18:05:42 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 18:05:42 +0100
commitcf1aa17df0aa162fa0004bd99a6b2d36b1fb27cf (patch)
tree6b5303aff42fa2e281af36e88809a2e969bf6b64 /tools/libxc/xc_private.h
parent2373f1b10ec0a0f5ddeb8285ee9e470394650e10 (diff)
downloadxen-cf1aa17df0aa162fa0004bd99a6b2d36b1fb27cf.tar.gz
xen-cf1aa17df0aa162fa0004bd99a6b2d36b1fb27cf.tar.bz2
xen-cf1aa17df0aa162fa0004bd99a6b2d36b1fb27cf.zip
Remove ERR() macro from libxc. Use ERROR/PERROR as appropriate.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xc_private.h')
-rw-r--r--tools/libxc/xc_private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/libxc/xc_private.h b/tools/libxc/xc_private.h
index 1f92df6225..811a7eee21 100644
--- a/tools/libxc/xc_private.h
+++ b/tools/libxc/xc_private.h
@@ -59,11 +59,6 @@
#define PPRINTF(_f, _a...)
#endif
-#define ERR(_f, _a...) do { \
- DPRINTF(_f ": %d\n" , ## _a, errno); \
- fflush(stderr); } \
-while (0)
-
#define ERROR(_m, _a...) \
do { \
int __saved_errno = errno; \