summaryrefslogtreecommitdiffstats
path: root/test/accum_swmr_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/accum_swmr_reader.c')
-rw-r--r--test/accum_swmr_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/accum_swmr_reader.c b/test/accum_swmr_reader.c
index 1269c5a..7f8e775 100644
--- a/test/accum_swmr_reader.c
+++ b/test/accum_swmr_reader.c
@@ -88,7 +88,7 @@ main(void)
FAIL_STACK_ERROR;
/* Verify the data read is correct */
- if (HDmemcmp(buf, rbuf, (size_t)1024) != 0)
+ if (memcmp(buf, rbuf, (size_t)1024) != 0)
TEST_ERROR;
/* CLose the file */