commit 26002 breaks compile on m68k nommu.

Khem Raj raj.khem at gmail.com
Tue Apr 14 23:14:03 UTC 2009


On (14/04/09 14:13), Lennart Sorensen wrote:
> Commit 26002 attemps to implement the deamon() call on nommu systems.
> It unfortunately did so using INTENAL_SYSCALL which doesn't exist on m68k,
> and hence compiles of m68k nommu now fail.

yeah may be we should have these macros for m68k as well.
> 
> I suspect it should be using something similar to _exit.c to access
> the clone and exit syscalls, or one of the _syscall# functions, but I
> can't quite make sense of what INTERNAL_SYSCALL actually does on other
> architectures enough to actually fix it.
> 
> Maybe someone with a clue about syscalls can propose a simple fix
> for this.
> 
> -- 
> Len Sorensen
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc


More information about the uClibc mailing list