Am 29.08.2011 07:57, schrieb Tito: [on reimplementation of basename()/dirname()] > because we already have alternative basename implementations > in libbb get_last_path_component.c that could be used/fixed/extended > to remove the few basename occurences (if there are any) > and with an alternative dirname implementation we don't need to > care about libgen.h or __GNU_SOURCE at all.
Well busybox does not need to care about __GNU_SOURCE at all. Just program in a portable way, use <libgen.h> and all will be well. :-) _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
