[Bug 991] Build fails with call to mallopt()
bugzilla at busybox.net
bugzilla at busybox.net
Wed Jan 27 19:40:41 UTC 2010
https://bugs.busybox.net/show_bug.cgi?id=991
--- Comment #2 from Bernhard Reutner-Fischer <aldot at uclibc.org> 2010-01-27 19:40:40 UTC ---
Note that mallopt is only implemented for MALLOC_STANDARD and i guess you're
trying to use MALLOC_SIMPLE.
If this is correct, then either wrap the calls to mallopt with #if (defined
__UCLIBC__ && defined __MALLOC_STANDARD__) || !defined __UCLIBC__
or switch to MALLOC_STANDARD.
--
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