On Sat, Apr 30, 2011 at 16:35, Carmelo Amoroso wrote: > Anyway, the problem seems to be related to a missing hidden_proto / hidden_def > for the functions (malloc / free) that are used internally in the libc.
i'm pretty sure we do this on purpose, and glibc does the same thing. if you're overriding the memory allocator, then all memory allocations should go through that. i dont see why internal uClibc allocs are any different. -mike _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
