summaryrefslogtreecommitdiff
path: root/src/locale/newlocale.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/newlocale.c')
-rw-r--r--src/locale/newlocale.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/locale/newlocale.c b/src/locale/newlocale.c
index 12ae87d6..9ac3cd38 100644
--- a/src/locale/newlocale.c
+++ b/src/locale/newlocale.c
@@ -4,6 +4,11 @@
#include "locale_impl.h"
#include "lock.h"
+#define malloc __libc_malloc
+#define calloc undef
+#define realloc undef
+#define free undef
+
static int default_locale_init_done;
static struct __locale_struct default_locale, default_ctype_locale;