summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 086cddd..cba878a 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -125,7 +125,7 @@ size_t wcstombs(char *, const wchar_t *, size_t);
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
extern const char *_malloc_options;
-extern void (*_malloc_message)(char *p1, char *p2, char *p3, char *p4);
+extern void (*_malloc_message)(const char *p1, const char *p2, const char *p3, const char *p4);
int putenv(const char *);
int setenv(const char *, const char *, int);
OpenPOWER on IntegriCloud