MMUless and shell functions

Vladimir N. Oleynik dzo at simtreas.ru
Fri Oct 7 10:46:16 UTC 2005


Bernhard,

> Can anyone with an MMUless system look into reproducing and/or fixing
> bug #125 (https://bugs.busybox.net/view.php?id=125) with current trunk,
> please?

syslog, klogd etc have code
#ifdef __uclinux__
	vfork_daemon()
#else
	daemon()
#endif

May be again change uclibc MMUless define name.

I have not MMUless arch and emulators.


--w
vodz



More information about the busybox mailing list