On Thu, Dec 15, 2011 at 05:25:01PM +0100, Peter Korsgaard wrote: > >>>>> "walter" == walter harms <[email protected]> writes: > walter> Why not use strdupa() instead? > > Because I wasn't aware of it. I see we aren't using it anywhere in > busybox today, how portable is it?
According to the man page, it's not outside glibc, but at least uclibc has it as well. It can be implemented as a macro, though, so if you use you, you can just make sure there's a replacement in platform.h >>> Dan _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
