summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-05-30 21:59:16 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-05-30 21:59:16 +0000
commitff84d98ac29a0531675468b280f0dcf564fd5756 (patch)
tree6dec17cad03603ad4a74b4110bebd8ddb6caa464 /include/stdlib.h
parentc706ddb0fc732639ee77e15e79a3f3fdab34e899 (diff)
Notes
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 086cdddc0f10..cba878afcd0c 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);