summaryrefslogtreecommitdiffstats
path: root/test/swmr_addrem_writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/swmr_addrem_writer.c')
-rw-r--r--test/swmr_addrem_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/swmr_addrem_writer.c b/test/swmr_addrem_writer.c
index 7b6e78c..8fd907a 100644
--- a/test/swmr_addrem_writer.c
+++ b/test/swmr_addrem_writer.c
@@ -151,7 +151,7 @@ addrem_records(hid_t fid, unsigned verbose, unsigned long nops, unsigned long fl
assert(fid > 0);
/* Reset the buffer */
- HDmemset(&buf, 0, sizeof(buf));
+ memset(&buf, 0, sizeof(buf));
/* Create a dataspace for the record to add */
if ((mem_sid = H5Screate_simple(2, count, NULL)) < 0)