summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-24 16:49:36 +0000
committerphk <phk@FreeBSD.org>2002-04-24 16:49:36 +0000
commit06842004edacee7beec6cb72239ded59709506a2 (patch)
tree05364aa5ca56a331f5dfa5fbf936e6eedcd8848a /include
parent0d501042d0b01cfa914b0e810146322fd0af0af1 (diff)
downloadFreeBSD-src-06842004edacee7beec6cb72239ded59709506a2.zip
FreeBSD-src-06842004edacee7beec6cb72239ded59709506a2.tar.gz
Constify _malloc_options.
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 a76f8ed..086cddd 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -124,7 +124,7 @@ int mbtowc(wchar_t *, const char *, size_t);
size_t wcstombs(char *, const wchar_t *, size_t);
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
-extern char *_malloc_options;
+extern const char *_malloc_options;
extern void (*_malloc_message)(char *p1, char *p2, char *p3, char *p4);
int putenv(const char *);
OpenPOWER on IntegriCloud