[Bug 991] Build fails with call to mallopt()

bugzilla at busybox.net bugzilla at busybox.net
Wed Jan 27 23:14:26 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=991





--- Comment #6 from Denys Vlasenko <vda.linux at googlemail.com>  2010-01-27 23:14:25 UTC ---
Nope, it's inside #ifdef:

#ifdef __MALLOC_STANDARD__
...
/* mallopt options that actually do something */
#define M_TRIM_THRESHOLD    -1
#define M_TOP_PAD           -2
#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));

#endif /* __MALLOC_STANDARD__ */


uclibc 0.9.19?? That's ten versions older than most recent uclibc release, it's
seven years old.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list