summaryrefslogtreecommitdiffstats
path: root/include/malloc.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-09-01 02:03:13 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-09-01 02:03:13 +0000
commit9fe394a5afa0356b4e00a448b82e8b00370dc1f5 (patch)
tree5b6fae2f140db4adcb1f7ebd0a4c8dbb994713ce /include/malloc.h
parent863fb82e76eba16742cab87c085dd7b08639bcb9 (diff)
downloaduClibc-alpine-9fe394a5afa0356b4e00a448b82e8b00370dc1f5.tar.bz2
uClibc-alpine-9fe394a5afa0356b4e00a448b82e8b00370dc1f5.tar.xz
Sync with trunk.
Diffstat (limited to 'include/malloc.h')
-rw-r--r--include/malloc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/malloc.h b/include/malloc.h
index 610c47dc3..6b8e1ad91 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -174,6 +174,7 @@ extern void malloc_stats(FILE *file);
#define M_MMAP_THRESHOLD -3
#define M_MMAP_MAX -4
#define M_CHECK_ACTION -5
+#define M_PERTURB -6
/* General SVID/XPG interface to tunable parameters. */
extern int mallopt __MALLOC_P ((int __param, int __val));
@@ -182,7 +183,7 @@ extern int mallopt __MALLOC_P ((int __param, int __val));
#ifdef __cplusplus
-}; /* end of extern "C" */
+} /* end of extern "C" */
#endif
#endif /* malloc.h */