summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
diff options
context:
space:
mode:
Diffstat (limited to 'ext/SDBM_File')
-rw-r--r--ext/SDBM_File/sdbm/sdbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/SDBM_File/sdbm/sdbm.h b/ext/SDBM_File/sdbm/sdbm.h
index e297903798..8fcdda0f9f 100644
--- a/ext/SDBM_File/sdbm/sdbm.h
+++ b/ext/SDBM_File/sdbm/sdbm.h
@@ -111,7 +111,7 @@ extern long sdbm_hash proto((char *, int));
#ifdef MYMALLOC
# ifdef HIDEMYMALLOC
# define malloc Mymalloc
-# define realloc Myrealloc
+# define realloc Myremalloc
# define free Myfree
# define calloc Mycalloc
# endif