On Fri, Nov 23, 2012 at 10:08 PM, Michael Deutschmann wrote: > __errno_location > __h_errno_location
probably related to linuxthreads usage. seems to be fixed in nptl, but should be tracked down in linuxthreads too. certainly shouldn't exist if you have threading disabled. > __unix_grantpt that one is a bug > _dl_app_init_array > _dl_app_fini_array these are normal as the symbols exist in the ldso > My version of uClibc is heavily patched from 0.9.33.2, but these functions > don't relate to my changes. Although "__unix_grantpt" is probably wrong > because I'm the only one exercising the "old PTYs available and new PTYs > never available" code path. file bugs please > It appears the reason malloc and friends are exceptions to the general > rule is to support applications that want to wholly replace the malloc > engine with a custom one. But that feature is not often used. firefox uses it. people use it to debug. > It would be nice if there was a configuration option to not treat malloc > specially and also to make brk() and sbrk() invisible. file bugs if you don't want to send patches -mike _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
