summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-05-30 21:59:16 +0000
committerphk <phk@FreeBSD.org>2002-05-30 21:59:16 +0000
commitfa823a6ac066c8780946bd702c1fe1d76ac84f50 (patch)
tree6dec17cad03603ad4a74b4110bebd8ddb6caa464 /include
parent3e12cfaecf6a68e2d35b1fd28fda04e933b51e3b (diff)
downloadFreeBSD-src-fa823a6ac066c8780946bd702c1fe1d76ac84f50.zip
FreeBSD-src-fa823a6ac066c8780946bd702c1fe1d76ac84f50.tar.gz
Const poison.
Partially submitted by: wollman
Diffstat (limited to 'include')
-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