aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenstore/xenstored_test.h')
-rw-r--r--tools/xenstore/xenstored_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstore/xenstored_test.h b/tools/xenstore/xenstored_test.h
index f173a5ca91..cf607cf2e0 100644
--- a/tools/xenstore/xenstored_test.h
+++ b/tools/xenstore/xenstored_test.h
@@ -21,7 +21,7 @@
#ifdef TESTING
bool test_write_all(int fd, void *contents, unsigned int len);
-#define write_all test_write_all
+#define xs_write_all test_write_all
int test_mkdir(const char *dir, int perms);
#define mkdir test_mkdir