summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-11-26 10:30:18 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-11-26 10:30:18 +0000
commit798c1fd885d527f5ed4df8ae8fe432d3b82fe7af (patch)
treeb1cdc4cccc75b418d4ebf26459a495ec3a3eefc0 /include/stdlib.h
parenta16f31237ae8e7c18d79136cad547dd1c77cec38 (diff)
Notes
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 39b36bcb77be..96724bc2f282 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -115,6 +115,9 @@ int mbtowc __P((wchar_t *, const char *, size_t));
size_t wcstombs __P((char *, const wchar_t *, size_t));
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
+extern char *_malloc_options;
+extern void (*_malloc_message)__P((char *p1, char *p2, char *p3, char *p4));
+
int putenv __P((const char *));
int setenv __P((const char *, const char *, int));